diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
commit | 894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/libvisual04 | |
parent | c6ceec8d05cd3a72452eae97f33b61805aa9f8b1 (diff) | |
download | ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.tar.gz ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.zip |
Notes
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r-- | graphics/libvisual04/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index f46d106aa8fc..ea056d3e1a1e 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig -USES= gettext +USES= gettext pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |