diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-01 06:09:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-01 06:09:36 +0800 |
commit | e09382ff2baf6ddad431952c7e40d1ba1623647b (patch) | |
tree | 2928ce0ea358e789f2b29810c724e97706fb131c | |
parent | a92bbc1da766257a5eebe83ca69a273d6b7ae2f7 (diff) | |
download | freebsd-ports-gnome-e09382ff2baf6ddad431952c7e40d1ba1623647b.tar.gz freebsd-ports-gnome-e09382ff2baf6ddad431952c7e40d1ba1623647b.tar.zst freebsd-ports-gnome-e09382ff2baf6ddad431952c7e40d1ba1623647b.zip |
portlint:
-Remove USE_REINPLACE.
-Remove the quotes from RESTRICTED.
-rw-r--r-- | www/linux-opera-devel/Makefile | 3 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index 6f8d3530b84f..f08209b64e69 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -28,12 +28,11 @@ 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" +RESTRICTED= not redistributable; commercial software USE_BZIP2= yes WANT_GNOME= yes USE_LINUX= yes -USE_REINPLACE= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 amd64 diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 6f8d3530b84f..f08209b64e69 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -28,12 +28,11 @@ 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" +RESTRICTED= not redistributable; commercial software USE_BZIP2= yes WANT_GNOME= yes USE_LINUX= yes -USE_REINPLACE= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 amd64 |