1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Depend on gtk20 when building without gnome support.

Submitted by:	makc <makc at issp ac ru>
This commit is contained in:
Xin LI 2007-03-24 04:22:00 +00:00
parent fa44476c92
commit 373f82a662
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188150
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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