aboutsummaryrefslogtreecommitdiff
path: root/textproc/stardict3
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-03-24 04:22:00 +0000
committerXin LI <delphij@FreeBSD.org>2007-03-24 04:22:00 +0000
commit373f82a66241309949053fdb10efd957a5c75e9c (patch)
tree0ee58edb266f47ffc194f7827404e3a96852e3d4 /textproc/stardict3
parentfa44476c92d899c4c7d994b7d5551b8ff7a0c9df (diff)
downloadports-373f82a66241309949053fdb10efd957a5c75e9c.tar.gz
ports-373f82a66241309949053fdb10efd957a5c75e9c.zip
Depend on gtk20 when building without gnome support.
Submitted by: makc <makc at issp ac ru>
Notes
Notes: svn path=/head/; revision=188150
Diffstat (limited to 'textproc/stardict3')
-rw-r--r--textproc/stardict3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
index c17943dd4651..3445a8a1c352 100644
--- a/textproc/stardict3/Makefile
+++ b/textproc/stardict3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stardict
PORTVERSION= 2.4.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -36,6 +36,7 @@ GCONF_SCHEMAS= stardict.schemas
INSTALLS_OMF= yes
PLIST_SUB= GNOME=""
.else
+USE_GNOME+= gtk20
CONFIGURE_ARGS+=--disable-gnome-support --disable-schemas-install
PLIST_SUB= GNOME="@comment not installed: "
.endif