diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /graphics/lodju | |
parent | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'graphics/lodju')
-rw-r--r-- | graphics/lodju/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lodju/Makefile b/graphics/lodju/Makefile index f94d2a422959..4eec110dcda9 100644 --- a/graphics/lodju/Makefile +++ b/graphics/lodju/Makefile @@ -7,7 +7,7 @@ PORTNAME= lodju PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= graphics MASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/ @@ -16,8 +16,7 @@ COMMENT?= An image management tool for the X Window System RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - gtk12-config:${PORTSDIR}/x11-toolkits/gtk12 \ - ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext-old + gtk12-config:${PORTSDIR}/x11-toolkits/gtk12 LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf @@ -27,5 +26,6 @@ MANCOMPRESSED= yes AUTOCONF= autoconf GNU_AUTOCONF= yes HAS_CONFIGURE= yes +USE_GETTEXT= yes .include <bsd.port.mk> |