diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-27 16:48:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-27 16:48:34 +0800 |
commit | 84bb978d2ba20dc16d4a2f2d1840f3b4e09e9313 (patch) | |
tree | aad6dcca2ac6c8d7e08a16620e3bbf3f0b257e95 /devel | |
parent | 649d9a89584dc91ce48a4c8bd55a6b1dfd5b3ab6 (diff) | |
download | freebsd-ports-gnome-84bb978d2ba20dc16d4a2f2d1840f3b4e09e9313.tar.gz freebsd-ports-gnome-84bb978d2ba20dc16d4a2f2d1840f3b4e09e9313.tar.zst freebsd-ports-gnome-84bb978d2ba20dc16d4a2f2d1840f3b4e09e9313.zip |
Support stage
Remove directories not in the mtree
Modernize LIB_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libzvbi/Makefile | 6 | ||||
-rw-r--r-- | devel/libzvbi/pkg-plist | 5 |
2 files changed, 7 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 \ diff --git a/devel/libzvbi/pkg-plist b/devel/libzvbi/pkg-plist index f4b699a406ea..fb287f714eb7 100644 --- a/devel/libzvbi/pkg-plist +++ b/devel/libzvbi/pkg-plist @@ -5,6 +5,7 @@ lib/libzvbi.la lib/libzvbi.so lib/libzvbi.so.13 libdata/pkgconfig/zvbi-0.2.pc +man/man1/zvbi-ntsc-cc.1.gz share/locale/de/LC_MESSAGES/zvbi.mo share/locale/en@boldquot/LC_MESSAGES/zvbi.mo share/locale/en@quot/LC_MESSAGES/zvbi.mo @@ -13,3 +14,7 @@ share/locale/fr/LC_MESSAGES/zvbi.mo share/locale/it/LC_MESSAGES/zvbi.mo share/locale/nl/LC_MESSAGES/zvbi.mo share/locale/pl/LC_MESSAGES/zvbi.mo +@dirrmtry share/locale/en@quot/LC_MESSAGES +@dirrmtry share/locale/en@quot +@dirrmtry share/locale/en@boldquot/LC_MESSAGES +@dirrmtry share/locale/en@boldquot |