diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /devel/gob2 | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip |
Convert to new GNOME infrastructure.
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 |