diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-27 15:35:59 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-27 15:35:59 +0800 |
commit | a2d49202cc70e2bfaa91d464a03b74066cabfbcb (patch) | |
tree | 684be0d07f4a73dd7bfb02c4e0888ae9deaa80a2 /graphics/linux_glx | |
parent | d5df386186313ece94f08fb1f9ef69d6c853f8c1 (diff) | |
download | freebsd-ports-gnome-a2d49202cc70e2bfaa91d464a03b74066cabfbcb.tar.gz freebsd-ports-gnome-a2d49202cc70e2bfaa91d464a03b74066cabfbcb.tar.zst freebsd-ports-gnome-a2d49202cc70e2bfaa91d464a03b74066cabfbcb.zip |
We need linux_base for this port
Diffstat (limited to 'graphics/linux_glx')
-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 |