diff options
author | naddy <naddy@FreeBSD.org> | 2003-07-24 05:07:47 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-07-24 05:07:47 +0800 |
commit | 8386a6501d5c1b95d48c1423aadc3c8ea13e1764 (patch) | |
tree | 2d83fb8a859e05947fb8d2a6728d2b049b1677f5 | |
parent | 9e86363791d8cd13744db02688eb88995d8fe7f6 (diff) | |
download | freebsd-ports-gnome-8386a6501d5c1b95d48c1423aadc3c8ea13e1764.tar.gz freebsd-ports-gnome-8386a6501d5c1b95d48c1423aadc3c8ea13e1764.tar.zst freebsd-ports-gnome-8386a6501d5c1b95d48c1423aadc3c8ea13e1764.zip |
Mark RESTRICTED. Not redistributable; commercial software.
Approved by: maintainer
-rw-r--r-- | www/linux-opera-devel/Makefile | 2 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 2 | ||||
-rw-r--r-- | www/opera-devel/Makefile | 4 | ||||
-rw-r--r-- | www/opera/Makefile | 4 |
4 files changed, 10 insertions, 2 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index 9755ded6687d..cc50d0628edb 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}.1-static-qt.i386 MAINTAINER= mezz7@cox.net COMMENT= A blazingly fast, full-featured, standards-compliant browser +RESTRICTED= "not redistributable; commercial software" + RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif USE_BZIP2= yes diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 9755ded6687d..cc50d0628edb 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2/-2/}.1-static-qt.i386 MAINTAINER= mezz7@cox.net COMMENT= A blazingly fast, full-featured, standards-compliant browser +RESTRICTED= "not redistributable; commercial software" + RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif USE_BZIP2= yes diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index cda4f9a8afe4..bca98e522590 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd MAINTAINER= ports@FreeBSD.org COMMENT= A blazingly fast, full-featured, standards-compliant browser +RESTRICTED= "not redistributable; commercial software" + LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes @@ -25,7 +27,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS=yes do-install: - (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}") + cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}" .include <bsd.port.pre.mk> diff --git a/www/opera/Makefile b/www/opera/Makefile index cda4f9a8afe4..bca98e522590 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd MAINTAINER= ports@FreeBSD.org COMMENT= A blazingly fast, full-featured, standards-compliant browser +RESTRICTED= "not redistributable; commercial software" + LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes @@ -25,7 +27,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS=yes do-install: - (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}") + cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}" .include <bsd.port.pre.mk> |