diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-20 18:31:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-20 18:31:44 +0000 |
commit | 7b6d851a3b1a25c9142cda11a67c1a17dfbf3cc8 (patch) | |
tree | 184fb614457b271321c533ec82e86e126f652acb /graphics/pngnq | |
parent | 8f8d33ff25ab00adc76b76396949c2877f21097b (diff) | |
download | ports-7b6d851a3b1a25c9142cda11a67c1a17dfbf3cc8.tar.gz ports-7b6d851a3b1a25c9142cda11a67c1a17dfbf3cc8.zip |
Notes
Diffstat (limited to 'graphics/pngnq')
-rw-r--r-- | graphics/pngnq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index 326e0a52bbf0..30f002c12658 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -7,6 +7,7 @@ PORTNAME= pngnq PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -19,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTVERSION} USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DVERSION='${PORTVERSION}'" \ +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DVERSION='\"${PORTVERSION}\"'" \ LDFLAGS="-lpng -lz -lm -L${LOCALBASE}/lib" PORTDOCS= README LICENSE README.pngcomp |