diff options
author | marcus <marcus@FreeBSD.org> | 2010-11-27 07:45:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-11-27 07:45:36 +0800 |
commit | 904eaf755806a00a4fa81bf4e03082c2ca023832 (patch) | |
tree | 0344d8733c5abc3f2cc218f04206a0eb62470004 /graphics | |
parent | c00b0fe10f728a7bc09c8cdda45d517a8279604f (diff) | |
download | freebsd-ports-graphics-904eaf755806a00a4fa81bf4e03082c2ca023832.tar.gz freebsd-ports-graphics-904eaf755806a00a4fa81bf4e03082c2ca023832.tar.zst freebsd-ports-graphics-904eaf755806a00a4fa81bf4e03082c2ca023832.zip |
Add a missing INSTALLS_ICONS.
Reported by: QAT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 8b534e382de..40efbfaac4c 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,6 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/0.48 @@ -32,6 +33,7 @@ USE_GNOME= gnomehack desktopfileutils intlhack libxslt USE_GETTEXT= yes GNU_CONFIGURE= yes USE_PERL5= yes +INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |