diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
commit | 313ab95b42034defc0918867a5c039d6c49ecdf7 (patch) | |
tree | cd55a3d5d8406a39deb4e712212a5267481e0423 /devel | |
parent | Use USE_GNOMENG. (diff) |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63638
Diffstat (limited to 'devel')
-rw-r--r-- | devel/g2c/Makefile | 13 | ||||
-rw-r--r-- | devel/hypersrc/Makefile | 3 | ||||
-rw-r--r-- | devel/lbpp/Makefile | 3 |
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/g2c/Makefile b/devel/g2c/Makefile index 9b172ae36c24..98bc19d405cf 100644 --- a/devel/g2c/Makefile +++ b/devel/g2c/Makefile @@ -15,22 +15,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 gnomehack WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mbonobo} != "" && ${HAVE_GNOME:Mgnomedb} != "" +USE_GNOME= gnomeprefix bonobo gnomedb +PKGNAMESUFFIX= -gnome .endif -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' .include <bsd.port.post.mk> diff --git a/devel/hypersrc/Makefile b/devel/hypersrc/Makefile index b0992a5a3145..911160a10030 100644 --- a/devel/hypersrc/Makefile +++ b/devel/hypersrc/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomelibs USE_GMAKE= yes USE_REINPLACE= yes MAKEFILE= GNUmakefile diff --git a/devel/lbpp/Makefile b/devel/lbpp/Makefile index f13024e9ced9..8d31142965a7 100644 --- a/devel/lbpp/Makefile +++ b/devel/lbpp/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomelibs post-patch: @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \ |