diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | c413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch) | |
tree | 23b624c17f756dbd332b69b2852f4b1534df4a72 /lang/mono | |
parent | Add pkgconfig and libgsf targets to USE_GNOME, and make certain other (diff) |
Utilize USE_GNOME= pkgconfig.
Notes
Notes:
svn path=/head/; revision=83119
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index c8ce6cdc31fe..e9e644c32ceb 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= http://www.go-mono.com/archive/ MAINTAINER= gnome@FreeBSD.org COMMENT= An open source implementation of .NET Development Framework -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc USE_LIBTOOL= yes USE_REINPLACE= yes USE_BISON= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= gnomehack glib20 pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --program-transform-name=\'\' CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |