diff options
author | sada <sada@FreeBSD.org> | 2000-05-13 20:34:22 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-05-13 20:34:22 +0800 |
commit | c16a74890dee75c8f374bd50c4a4176ff5196271 (patch) | |
tree | 884d6239e68e42652ba15dfab9ba9ff5ea98073f /www/netscape48-communicator | |
parent | a4df77b2a4b63ac2e8e27a15233be4e10b1f543f (diff) | |
download | freebsd-ports-gnome-c16a74890dee75c8f374bd50c4a4176ff5196271.tar.gz freebsd-ports-gnome-c16a74890dee75c8f374bd50c4a4176ff5196271.tar.zst freebsd-ports-gnome-c16a74890dee75c8f374bd50c4a4176ff5196271.zip |
RUN_DEPENDS to new netscape wrapper script is overridden by
RUN_DEPENDS to XF86-aoutlib.
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index d671d486114d..6a0558e9654e 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -62,7 +62,7 @@ RESTRICTED= "Contains strong cryptography" .if (${ARCH} == "i386") && !defined(USE_LINUX_LIB) USE_AOUT_LIB= yes PKGREQ= ${MASTERDIR}/pkg/REQ.aout -RUN_DEPENDS= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs +RUN_DEPENDS+= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs .endif .SILENT: |