diff options
Diffstat (limited to 'devel/libzvbi/Makefile')
-rw-r--r-- | devel/libzvbi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 982be5353c92..2293362b6f5d 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -10,19 +10,17 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Routines to access raw VBI capture devices -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ - unicode.0:${PORTSDIR}/devel/libunicode +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ + libunicode.so:${PORTSDIR}/devel/libunicode USES= gettext pathfix pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= zvbi-ntsc-cc.1 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L/usr/lib" CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \ ${WRKSRC}/src/misc.h \ |