diff options
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 46fa27c..6b925e3 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -8,6 +8,7 @@ PORTNAME= netscape7 PORTVERSION?= 7.2 +PORTREVISION?= 1 CATEGORIES?= www linux MASTER_SITES= ${MASTER_SITE_NETSCAPE} DIST_SUBDIR= ${MAJ}/${NETSCAPE_LANG}/${VER} @@ -30,7 +31,7 @@ ONLY_FOR_ARCHS= i386 RESTRICTED= "no redistribution" NO_CDROM= ${RESTRICTED} USE_LINUX= yes -USE_XLIB= yes +PREFIX?= ${X11BASE} USE_ZIP= yes VER?= ${PORTVERSION} WRKSRC= ${WRKDIR}/netscape-installer/xpi |