diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
commit | bbbd0386c6efea65a3c6b6d1ecec508b715fb332 (patch) | |
tree | 520c3027ec49a3bec8ada7753d2d3dfa38259e18 /graphics/sng | |
parent | 81148feedcf40400bc8803ee0c0cc32818028212 (diff) | |
download | FreeBSD-ports-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.zip FreeBSD-ports-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.tar.gz |
Remove USE_REINPLACE for categories starting with a G
Diffstat (limited to 'graphics/sng')
-rw-r--r-- | graphics/sng/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index f0fee3b..94d24b2 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ |