diff options
Diffstat (limited to 'devel/gob2/Makefile')
-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 |