diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /graphics/dia | |
parent | bc47cccc84a1837da1919cf6c75785c9646d1761 (diff) |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Notes
Notes:
svn path=/head/; revision=42260
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9bc220594bb9..1596942d1222 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -7,15 +7,13 @@ PORTNAME= dia PORTVERSION= 0.86 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia MAINTAINER= saper@system.pl -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - popt.0:${PORTSDIR}/devel/popt - USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes |