summaryrefslogtreecommitdiff
path: root/www/screem
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-21 22:06:15 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-21 22:06:15 +0000
commit2f22de7c7a397be4a62b13a7329d2b879230d0c1 (patch)
tree4492d6cf819dcf6616daa2737dad4c4f531d9c1a /www/screem
parent- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG (diff)
- Remove USE_X_PREFIX
- Use SF macro - USE_XPM --> USE_XORG=xpm - Bump portrevision
Notes
Notes: svn path=/head/; revision=209561
Diffstat (limited to 'www/screem')
-rw-r--r--www/screem/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index 38dc023426b1..c986582a5ec6 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -7,21 +7,19 @@
PORTNAME= screem
PORTVERSION= 0.16.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice GNOME/GTK-based HTML editor
LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco
-USE_X_PREFIX= yes
USE_GETTEXT= yes
USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \
gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml
-USE_XPM= yes
+USE_XORG= xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \