diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-28 19:49:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-28 19:49:23 +0000 |
commit | 6ae20af8b2cc94d6137d42d01f2523b9e133b038 (patch) | |
tree | fe6a5b262129d447ff3bb2b525430d4d5e68f1c2 | |
parent | efe8790d7037434dddc479b9bd39d7bd92913022 (diff) | |
download | freebsd-ports-6ae20af8b2cc94d6137d42d01f2523b9e133b038.zip |
Remove RESTRICTED, we don't need it anymore. I got this email from Opera:
----
From: Arjan van Leeuwen <avleeuwen@piwebs.com>
^changed to public email address by request
To: mezz@freebsd.org
Subject: RESTRICTED on linux-opera
Date: Thu, 27 Apr 2006 10:05:45 +0200
Hey mezz,
Just want to mention that you now have permission to remove the
RESTRICTED flag on www/linux-opera.
Best regards,
Arjan
Opera Software ASA
----
Thanks Arjan! While I am here, check "Interview with Arjan van Leeuwen from
Opera Software" (bsdtalk, podcast): http://tinyurl.com/rpx2s
-rw-r--r-- | www/linux-opera-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index 0fdc036ff4e7..32c2cfd50bb6 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -28,8 +28,6 @@ RUN_DEPENDS= \ ${LINUXBASE}/usr/lib/libaspell.so.15:${PORTSDIR}/textproc/linux-aspell \ ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3:${PORTSDIR}/x11-toolkits/linux-openmotif -RESTRICTED= not redistributable; commercial software - USE_BZIP2= yes WANT_GNOME= yes USE_LINUX= yes diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 0fdc036ff4e7..32c2cfd50bb6 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -28,8 +28,6 @@ RUN_DEPENDS= \ ${LINUXBASE}/usr/lib/libaspell.so.15:${PORTSDIR}/textproc/linux-aspell \ ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3:${PORTSDIR}/x11-toolkits/linux-openmotif -RESTRICTED= not redistributable; commercial software - USE_BZIP2= yes WANT_GNOME= yes USE_LINUX= yes |