aboutsummaryrefslogtreecommitdiff
path: root/graphics/libvisual/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-22 19:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-22 19:38:15 +0000
commit96392494fc3980f2d8fbb05eabed8039a2fae4a1 (patch)
treecbac5d784279190c43b75a742641a678f8d94169 /graphics/libvisual/Makefile
parente8758b4efec740a143aae12c98a2190cb8c43089 (diff)
downloadports-96392494fc3980f2d8fbb05eabed8039a2fae4a1.tar.gz
ports-96392494fc3980f2d8fbb05eabed8039a2fae4a1.zip
Notes
Diffstat (limited to 'graphics/libvisual/Makefile')
-rw-r--r--graphics/libvisual/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile
index 9ad413f2063a..56b443e7d88a 100644
--- a/graphics/libvisual/Makefile
+++ b/graphics/libvisual/Makefile
@@ -6,18 +6,19 @@
PORTNAME= libvisual
PORTVERSION= 0.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
-USES= pathfix pkgconfig
-USE_AUTOTOOLS= libtool
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>