diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-27 07:35:59 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-27 07:35:59 +0000 |
commit | c5cc4ed88a2a9705734e2e69147faeafa12acc0c (patch) | |
tree | af3a490f7bc048e4687cd864802245bf7ecf9612 | |
parent | d96a76b77b6cbb566f65d67e57128eff2a91a727 (diff) | |
download | freebsd-ports-c5cc4ed88a2a9705734e2e69147faeafa12acc0c.zip |
We need linux_base for this port
-rw-r--r-- | graphics/linux_glx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile index 2eecb8cb0de1..0bcae75a4c9c 100644 --- a/graphics/linux_glx/Makefile +++ b/graphics/linux_glx/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://people.FreeBSD.org/~3d/distfiles/glx/linux/ MAINTAINER= 3d@freebsd.org +BUILD_DEPENDS= /compat/linux/sbin/ldconfig:${PORTSDIR}/emulators/linux_base + USE_BZIP2= yes NO_BUILD= yes |