diff options
Diffstat (limited to 'graphics/simage/Makefile')
-rw-r--r-- | graphics/simage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 63cc95710516..09852141c813 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -7,7 +7,7 @@ PORTNAME= simage PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ @@ -20,7 +20,6 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png -USE_XLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |