diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-24 01:11:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-24 01:11:57 +0800 |
commit | 609ad98e36dba326e0c093c378b377e5a0c93b8d (patch) | |
tree | 0cd2b9517a34f3e502ec6a99ffb50ad2298ea146 | |
parent | cf84a0101a7a7b7b6da8b65c9f27003d797ff310 (diff) | |
download | freebsd-ports-gnome-609ad98e36dba326e0c093c378b377e5a0c93b8d.tar.gz freebsd-ports-gnome-609ad98e36dba326e0c093c378b377e5a0c93b8d.tar.zst freebsd-ports-gnome-609ad98e36dba326e0c093c378b377e5a0c93b8d.zip |
Use gnomehack in the default case. This fixes make patch when GNOME is
not present.
Submitted by: bento
-rw-r--r-- | net-im/gicq/Makefile | 4 | ||||
-rw-r--r-- | net/gicq/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index 9bcfc0e068a4..72833022b56e 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gnomehack WANT_GNOME= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomehack gnomelibs +USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX= -gnome PLIST_SUB= DATADIR="share/gnome" .else diff --git a/net/gicq/Makefile b/net/gicq/Makefile index 9bcfc0e068a4..72833022b56e 100644 --- a/net/gicq/Makefile +++ b/net/gicq/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gnomehack WANT_GNOME= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomehack gnomelibs +USE_GNOME+= gnomeprefix gnomelibs PKGNAMESUFFIX= -gnome PLIST_SUB= DATADIR="share/gnome" .else |