diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-11-26 23:45:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-11-26 23:45:36 +0000 |
commit | 1bfc63739e5b2a56c02ea83202724c7d0fcc83ef (patch) | |
tree | 23cc8ffa60e9af52b1d3fb7dbc64140e179aef1a /graphics/inkscape | |
parent | 5ba7f30c0699091a422c0fe4e9b5ec2b47b48935 (diff) | |
download | ports-1bfc63739e5b2a56c02ea83202724c7d0fcc83ef.tar.gz ports-1bfc63739e5b2a56c02ea83202724c7d0fcc83ef.zip |
Notes
Diffstat (limited to 'graphics/inkscape')
-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 8b534e382dec..40efbfaac4c0 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}" |