diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
commit | 577241b5c404d2fcf9bbcd27d32f0c6a63f717b3 (patch) | |
tree | 8695f98993ec8398948a4db3d7fdfd91b8f81b64 /www/screem | |
parent | f37d9a668f59c6680834040a61d5c201613c4a53 (diff) | |
download | freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.gz freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.zst freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.zip |
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 6b8419215ea2..6ee69795b7b3 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +18,7 @@ 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 |