diff options
author | joerg <joerg@FreeBSD.org> | 2005-03-19 06:10:32 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2005-03-19 06:10:32 +0800 |
commit | 90a86e310f1a474168f67a5cbeed01b1757525c8 (patch) | |
tree | a9d60c1b40e4be2e1472968638aea8b7b55d88ba /textproc/linux-f8-expat | |
parent | 2e2f40c8139265d66b348df1b06d70d0de623aec (diff) | |
download | freebsd-ports-gnome-90a86e310f1a474168f67a5cbeed01b1757525c8.tar.gz freebsd-ports-gnome-90a86e310f1a474168f67a5cbeed01b1757525c8.tar.zst freebsd-ports-gnome-90a86e310f1a474168f67a5cbeed01b1757525c8.zip |
Properly depend this port on linux_base.
Diffstat (limited to 'textproc/linux-f8-expat')
-rw-r--r-- | textproc/linux-f8-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile index cac360cd3bf2..d75922d2d94b 100644 --- a/textproc/linux-f8-expat/Makefile +++ b/textproc/linux-f8-expat/Makefile @@ -13,7 +13,7 @@ CATEGORIES= textproc linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library -RUN_DEPENDS= +RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base-8 BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 |