diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /graphics/linux-ac3d | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.zst freebsd-ports-graphics-c6535e2fa7f07178532cebeadf49e7309985ea88.zip |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'graphics/linux-ac3d')
-rw-r--r-- | graphics/linux-ac3d/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/linux-ac3d/Makefile b/graphics/linux-ac3d/Makefile index 057ed8feff3..4ebb90f14a0 100644 --- a/graphics/linux-ac3d/Makefile +++ b/graphics/linux-ac3d/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= ${LINUXBASE}/usr/libGLU.so.1:${PORTSDIR}/graphics/linux_mesa3 .endif RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -USE_LINUX= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME}lx |