diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:33:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:33:25 +0000 |
commit | 5279b4ba318bd218249547b14fbbfd1af64caa97 (patch) | |
tree | ae31ea9d810d341110522e8bc47471d828a799c6 /graphics | |
parent | 8fcf75bb990a5d18dfc2c19676769d87b3b08fe5 (diff) | |
download | ports-5279b4ba318bd218249547b14fbbfd1af64caa97.tar.gz ports-5279b4ba318bd218249547b14fbbfd1af64caa97.zip |
Notes
Diffstat (limited to 'graphics')
-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> |