diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 21:33:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 21:33:25 +0800 |
commit | c27e5388ca46471499c9e76118934e29325069a7 (patch) | |
tree | ae31ea9d810d341110522e8bc47471d828a799c6 /graphics/libcdr01/Makefile | |
parent | 8292b68e05e78dd8587139027314f7cff54e9fdf (diff) | |
download | freebsd-ports-gnome-c27e5388ca46471499c9e76118934e29325069a7.tar.gz freebsd-ports-gnome-c27e5388ca46471499c9e76118934e29325069a7.tar.zst freebsd-ports-gnome-c27e5388ca46471499c9e76118934e29325069a7.zip |
Remove zlib from pc files
Diffstat (limited to 'graphics/libcdr01/Makefile')
-rw-r--r-- | graphics/libcdr01/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index a50787168cb3..053d0ede6ccc 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 @@ -26,4 +27,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long +post-patch: + @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libcdr.pc.in + .include <bsd.port.mk> |