diff options
Diffstat (limited to 'multimedia/vcdimager/Makefile')
-rw-r--r-- | multimedia/vcdimager/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index e16bfa645560..551cbbe66db1 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -3,7 +3,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.24 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= vcdimager @@ -19,14 +19,11 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool:oldver pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib INFO= vcdimager vcdxrip vcd-info -post-patch: - @${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in - .include <bsd.port.mk> |