aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pcb
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-06-10 10:36:26 +0800
committerhrs <hrs@FreeBSD.org>2008-06-10 10:36:26 +0800
commit42fbc0bb41c16c7e9fe0871c487611563322da82 (patch)
treee836280cbe873306b7532ac86879488caee556f1 /cad/pcb
parentdffd86a06dbfd31d61c4c82329c5a59d5a0f9b71 (diff)
downloadfreebsd-ports-gnome-42fbc0bb41c16c7e9fe0871c487611563322da82.tar.gz
freebsd-ports-gnome-42fbc0bb41c16c7e9fe0871c487611563322da82.tar.zst
freebsd-ports-gnome-42fbc0bb41c16c7e9fe0871c487611563322da82.zip
Add a missing dependency.
Spotted by: QA Tindy CVS ----------------------------------------------------------------------
Diffstat (limited to 'cad/pcb')
-rw-r--r--cad/pcb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index be16e82e317d..f83c2e04b460 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pcb
PORTVERSION= 20080202
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF
@@ -45,7 +46,7 @@ USE_TK_RUN= yes
CONFIGURE_ARGS+= --with-gui=lesstif
CONFIGURE_ENV+= WISH=${WISH}
.else
-USE_GNOME= gtk20
+USE_GNOME= gtk20 desktopfileutils
USE_TK_RUN= yes
CONFIGURE_ARGS+= --with-gui=gtk
CONFIGURE_ENV+= WISH=${WISH}