1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix things after GNOMENG commit.

PR:		42569
Submitted by:	Tilman Linneweh <tilman@arved.de>
This commit is contained in:
Joe Marcus Clarke 2002-09-09 01:18:56 +00:00
parent 0c49069e17
commit ed4c661983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65874

View File

@ -16,6 +16,7 @@ MAINTAINER= nakai@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
WANT_GNOME= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -25,9 +26,9 @@ MAN1= vdk-config.1
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME= gtk12
PKGNAMESUFFIX= -gtk
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME= gnomelibs
PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS+= --enable-gnome
.endif