diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-05 11:16:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-05 11:16:44 +0800 |
commit | 9d7145260472041d4f0c86466ba7ad96de0ae3d6 (patch) | |
tree | b884987a19a7ef300f5923942ae8ee3880835c0e /graphics | |
parent | 827115e9903c22b66eade834bc94cb2a409bfd09 (diff) | |
download | freebsd-ports-gnome-9d7145260472041d4f0c86466ba7ad96de0ae3d6.tar.gz freebsd-ports-gnome-9d7145260472041d4f0c86466ba7ad96de0ae3d6.tar.zst freebsd-ports-gnome-9d7145260472041d4f0c86466ba7ad96de0ae3d6.zip |
add missing depends
Noticed by: bento via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 62e5f5fb5987..f65a5bbdd6b3 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_GL= yes +USE_MESA= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |