diff options
Diffstat (limited to 'graphics/kbarcode/Makefile')
-rw-r--r-- | graphics/kbarcode/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index 64e03d61cbe4..449f986e6b93 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kbarcode -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes +USE_GETTEXT= yes .include <bsd.port.pre.mk> |