diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 22:55:43 +0800 |
commit | 006748d7075d8aa18b6e21eed8ba3d16a9993088 (patch) | |
tree | c967cd82badb49fe81797727eac72d6dd35304e2 /archivers | |
parent | 72480a5539d3d6f4e4f5eae58f276ea04ecca4bb (diff) | |
download | freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.gz freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.tar.zst freebsd-ports-gnome-006748d7075d8aa18b6e21eed8ba3d16a9993088.zip |
Make port depend on linux_base instead of linux_lib.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux_rar/Makefile | 4 | ||||
-rw-r--r-- | archivers/pkzip/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index e5ebcf78086d..10c4dc78b756 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -4,7 +4,7 @@ # Date created: 30 April 1999 # Whom: FUJISHIMA Satsuki <k5@respo.or.jp> # -# $Id: Makefile,v 1.2 1999/05/01 02:06:34 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/05 14:27:56 flathill Exp $ # DISTNAME= rarlnx25 @@ -16,7 +16,7 @@ EXTRACT_SUFX= .sfx MAINTAINER= k5@respo.or.jp -RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_PACKAGE= Only unmodified original package can be distributed diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile index 65d3995e4639..335393e4ddb1 100644 --- a/archivers/pkzip/Makefile +++ b/archivers/pkzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Mar 1999 # Whom: xxx # -# $Id: Makefile,v 1.1.1.1 1999/04/30 04:28:46 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/24 02:02:55 steve Exp $ # DISTNAME= pklin251 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .exe MAINTAINER= dbader@eece.unm.edu -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |