diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-02 15:43:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-02 15:43:21 +0800 |
commit | 8f9788dc7648759cf27d8264e8f1a6e091c7581a (patch) | |
tree | 0a301afa18accd4cfee8a3edd2c99eaeeafc4454 /graphics/dia/Makefile | |
parent | e40f6339aa2b856e06131da8ac7c158d430886dd (diff) | |
download | freebsd-ports-gnome-8f9788dc7648759cf27d8264e8f1a6e091c7581a.tar.gz freebsd-ports-gnome-8f9788dc7648759cf27d8264e8f1a6e091c7581a.tar.zst freebsd-ports-gnome-8f9788dc7648759cf27d8264e8f1a6e091c7581a.zip |
-Update to 0.95.1.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Add desktopfileutils dependency and manual run update-desktop-database.
-Remove the locale dirs that aren't in the mtree.
Security: Format string vulnerabilities
http://bugzilla.gnome.org/show_bug.cgi?id=342111
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 15ce1f67dec4..776837a371d7 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dia -PORTVERSION= 0.95 +DISTVERSION= 0.95-1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -20,9 +20,10 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/t LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack +USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack \ + desktopfileutils WANT_GNOME= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -62,5 +63,6 @@ pre-configure: post-install: @${INSTALL_DATA} ${WRKSRC}/dia.xpm ${PREFIX}/share/gnome/dia/ + @-update-desktop-database .include <bsd.port.post.mk> |