This port needs GTK even if build WITHOUT_GNOME, If build with GNOME, it looks for gnome-config -> it needs gnomelibs DATADIR PLIST_SUB isn't defined in bsd.gnomeng.mk anymore.
Responsible Changed From-To: freebsd-ports->marcus I'll take this.
Wouldn't you rather conditionalize the PLIST_SUB on whether or not GNOME is available? For example: .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomehack gnomelibs PKGNAMESUFFIX= -gnome PLIST_SUB+= DATADIR="share/gnome" .else PLIST_SUB+= DATADIR="share" .endif Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome
Hi, * Joe Marcus Clarke <marcus@FreeBSD.org> [08 Sep 2002 18:46:39 -0400]: > Wouldn't you rather conditionalize the PLIST_SUB on whether or not GNOME > is available? For example: Yeah, thats the way the old port behaved. > .if ${HAVE_GNOME:Mgnomelibs}!="" > USE_GNOME+= gnomehack gnomelibs > PKGNAMESUFFIX= -gnome > PLIST_SUB+= DATADIR="share/gnome" > .else > PLIST_SUB+= DATADIR="share" > .endif Thanks && regards arved
State Changed From-To: open->closed Committed, thanks.