diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:34:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:34:00 +0800 |
commit | bfcc66d3004f7e20977997facd4301d6dbb0bd21 (patch) | |
tree | 1dff441397477eefa424bf5d5926aa379220d865 /www | |
parent | 3eec312f8c0e92ecb04be0374fa82db8ba11cfb1 (diff) | |
download | freebsd-ports-gnome-bfcc66d3004f7e20977997facd4301d6dbb0bd21.tar.gz freebsd-ports-gnome-bfcc66d3004f7e20977997facd4301d6dbb0bd21.tar.zst freebsd-ports-gnome-bfcc66d3004f7e20977997facd4301d6dbb0bd21.zip |
Rename REQ.aout to pkg-req.aout.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index fcc6ac763c3b..d963a0b5b3f9 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -61,7 +61,7 @@ RESTRICTED= "Contains strong cryptography" .if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT) USE_AOUT_LIB= yes -PKGREQ= ${MASTERDIR}/pkg/REQ.aout +PKGREQ= ${MASTERDIR}/pkg-req.aout RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs .endif diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index fcc6ac763c3b..d963a0b5b3f9 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -61,7 +61,7 @@ RESTRICTED= "Contains strong cryptography" .if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) && !defined(WITHOUT_AOUT) USE_AOUT_LIB= yes -PKGREQ= ${MASTERDIR}/pkg/REQ.aout +PKGREQ= ${MASTERDIR}/pkg-req.aout RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs .endif |