diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-21 02:31:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-21 02:31:44 +0800 |
commit | 14a9f6a8529869560bd035b665a00a72181900a6 (patch) | |
tree | 1e0f3adf758a43e98b6f0d32eb2a4610936e2aca | |
parent | 2ce7c30c7dad729fcdd316876e37c0b5be34fa4a (diff) | |
download | freebsd-ports-gnome-14a9f6a8529869560bd035b665a00a72181900a6.tar.gz freebsd-ports-gnome-14a9f6a8529869560bd035b665a00a72181900a6.tar.zst freebsd-ports-gnome-14a9f6a8529869560bd035b665a00a72181900a6.zip |
- Fix build
PR: 134758
Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer)
-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 |