aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/stardict3
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-03-24 12:22:00 +0800
committerdelphij <delphij@FreeBSD.org>2007-03-24 12:22:00 +0800
commitd00a3198ecfa40fac5fca334be90e761ed96c2af (patch)
treeec45a0093c1a699c55a6aa1b08ffd99167844fa7 /textproc/stardict3
parentfc73ee3d615e25f956811e0a3ff8fcee766a9c0e (diff)
downloadfreebsd-ports-gnome-d00a3198ecfa40fac5fca334be90e761ed96c2af.tar.gz
freebsd-ports-gnome-d00a3198ecfa40fac5fca334be90e761ed96c2af.tar.zst
freebsd-ports-gnome-d00a3198ecfa40fac5fca334be90e761ed96c2af.zip
Depend on gtk20 when building without gnome support.
Submitted by: makc <makc at issp ac ru>
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