summaryrefslogtreecommitdiffstats
path: root/graphics/stamp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/stamp/Makefile')
-rw-r--r--graphics/stamp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 7b23012..3a3ed6b 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= stamp
PORTVERSION= 2.0.8
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= stamp
@@ -14,12 +15,13 @@ MASTER_SITE_SUBDIR= stamp
MAINTAINER= billf@FreeBSD.org
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= unfortunatly
.include <bsd.port.mk>
OpenPOWER on IntegriCloud