diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /devel/gob2 | |
parent | Convert to new GNOME infrastructure. (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79435
Diffstat (limited to 'devel/gob2')
-rw-r--r-- | devel/gob2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile index 9409d9bd514f..93ff3e171a5c 100644 --- a/devel/gob2/Makefile +++ b/devel/gob2/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A preprocessor for making GObjects with inline C -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 - USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GNOME= glib20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gob2.1 |