aboutsummaryrefslogtreecommitdiff
path: root/misc/gregexp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gregexp/Makefile')
-rw-r--r--misc/gregexp/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile
index e8810d7fbbf7..6c63f75f32cb 100644
--- a/misc/gregexp/Makefile
+++ b/misc/gregexp/Makefile
@@ -9,7 +9,8 @@
PORTNAME= gregexp
PORTVERSION= 0.3
CATEGORIES= misc
-MASTER_SITES= http://dentrassi.de/download/gregexp/${PORTVERSION}/
+MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/
+MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical regular expression explorer
@@ -17,12 +18,9 @@ COMMENT= A graphical regular expression explorer
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_X_PREFIX= yes
-USE_ICONV= yes
-USE_GETTEXT= yes
-USE_GNOME= gtk20 gnomeprefix libgnomeui
-USE_GCC= 3.3
+USE_GNOME= gnomeprefix libgnomeui
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>