aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-06-10 02:36:26 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-06-10 02:36:26 +0000
commit7ff66259a2337c4685f66c3929554c7f1dc82f2a (patch)
treeba3b8142ef3aa2b5897dc984bd1d55e7362837a4 /cad
parent89ae812129994347cd61ad9fa52a4b69f39a9c35 (diff)
downloadports-7ff66259a2337c4685f66c3929554c7f1dc82f2a.tar.gz
ports-7ff66259a2337c4685f66c3929554c7f1dc82f2a.zip
Notes
Diffstat (limited to 'cad')
-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}