diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 22:57:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 22:57:36 +0000 |
commit | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (patch) | |
tree | de44c0af161718723065831a177100e7ccd70e64 /multimedia/vcdimager | |
parent | 158ae1c089a1d00e23b5e9d410c586e2aee82784 (diff) |
Notes
Diffstat (limited to 'multimedia/vcdimager')
-rw-r--r-- | multimedia/vcdimager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 062c808d9216..7bd770112626 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -17,12 +17,13 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ cdio.13:${PORTSDIR}/sysutils/libcdio +USES= pkgconfig pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes USE_PKGCONFIG= build -USE_GNOME= gnomehack lthack +USE_GNOME= lthack CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |