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 /www/opera-devel/Makefile | |
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
Diffstat (limited to 'www/opera-devel/Makefile')
-rw-r--r-- | www/opera-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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> |