diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-10 02:14:16 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-10 02:14:16 +0800 |
commit | 31498d487dbc4154713034ec80d7248270b1cdaf (patch) | |
tree | f8f801d1f6a20b5e6fb0a9b57773c06e41577e08 /graphics | |
parent | ca80bd5e59cc7007de7148f1b9f663ee83326316 (diff) | |
download | freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.tar.gz freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.tar.zst freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.zip |
fix build on 4
Noted by: pointyhat via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 898d7a4dd0ff..ce875c9aa02f 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -20,11 +20,11 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GCC= 3.4 -USE_GNOME= gnometarget lthack +USE_GNOME= gnometarget USE_BISON= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |