1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Use gnomehack in the default case. This fixes make patch when GNOME is

not present.

Submitted by:	bento
This commit is contained in:
Joe Marcus Clarke 2002-09-23 17:11:57 +00:00
parent 07077777c4
commit f00fa3e01d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67070
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq
USE_X_PREFIX= yes USE_X_PREFIX= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gtk12 USE_GNOME= gtk12 gnomehack
WANT_GNOME= yes WANT_GNOME= yes
USE_REINPLACE= yes USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!="" .if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomeprefix gnomehack gnomelibs USE_GNOME+= gnomeprefix gnomelibs
PKGNAMESUFFIX= -gnome PKGNAMESUFFIX= -gnome
PLIST_SUB= DATADIR="share/gnome" PLIST_SUB= DATADIR="share/gnome"
.else .else

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq
USE_X_PREFIX= yes USE_X_PREFIX= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gtk12 USE_GNOME= gtk12 gnomehack
WANT_GNOME= yes WANT_GNOME= yes
USE_REINPLACE= yes USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!="" .if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomeprefix gnomehack gnomelibs USE_GNOME+= gnomeprefix gnomelibs
PKGNAMESUFFIX= -gnome PKGNAMESUFFIX= -gnome
PLIST_SUB= DATADIR="share/gnome" PLIST_SUB= DATADIR="share/gnome"
.else .else