diff options
author | delphij <delphij@FreeBSD.org> | 2007-03-24 12:22:00 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-03-24 12:22:00 +0800 |
commit | d00a3198ecfa40fac5fca334be90e761ed96c2af (patch) | |
tree | ec45a0093c1a699c55a6aa1b08ffd99167844fa7 /textproc/stardict3 | |
parent | fc73ee3d615e25f956811e0a3ff8fcee766a9c0e (diff) | |
download | freebsd-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/Makefile | 3 |
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 |