aboutsummaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-01-02 07:43:21 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-01-02 07:43:21 +0000
commit8e6360a5fc750c6fde045e3b64706690741a822f (patch)
treee9ecf1d3ef8946ea7512e36e34bf4eded6913bf4 /graphics/dia/Makefile
parentb2d420a46c0e309e8494b72b60685007fed95ccf (diff)
downloadports-8e6360a5fc750c6fde045e3b64706690741a822f.tar.gz
ports-8e6360a5fc750c6fde045e3b64706690741a822f.zip
Notes
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r--graphics/dia/Makefile8
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>