diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-22 21:33:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-22 21:33:41 +0000 |
commit | 3fffda7cf96a24ff769ecfa84d6f9f28b800ae5c (patch) | |
tree | 68116c7da2510ae2f77d5dc214317fccb3c23497 /devel/g-wrap | |
parent | - Fix build problem (diff) |
- Back out of all gtk20 stuff to fix gnucash and plist and other stuff
Reported by: many
Approved by: portmgr (marcus)
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 14e988f2c038..68d98adf0478 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -4,10 +4,11 @@ # Whom: Matthew Condell (mcondell@alum.mit.edu) # # $FreeBSD$ -# $MCom: ports/devel/g-wrap/Makefile,v 1.4 2006/09/12 21:27:18 ahze Exp $ +# PORTNAME= g-wrap PORTVERSION= 1.3.4 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= devel scheme MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ @@ -16,19 +17,18 @@ MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= A tool for exporting C libraries into Scheme interpreters -BUILD_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -RUN_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile +BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ + guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk +RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile INFO= g-wrap GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack -USE_LDCONFIG= yes -CONFIGURE_ENV+= GW_GLIB_CONFIG="${TRUE}" \ - CPPFLAGS="`${LOCALBASE}/bin/pkg-config --cflags glib-2.0`" \ - LIBS="`${LOCALBASE}/bin/pkg-config --libs glib-2.0`" +USE_GNOME= gtk12 +INSTALLS_SHLIB= yes +CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}" MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC} .include <bsd.port.mk> |