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 /lang/mono | |
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 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 4741696e8eff..07cd6b2c1efd 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -14,18 +14,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An open source implementation of .NET Development Framework BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ - gc.1:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc USE_LIBTOOL= yes USE_REINPLACE= yes USE_BISON= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --program-transform-name=\'\' CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= mcs.1 mint.1 mono.1 monoburg.1 monodis.1 monostyle.1 \ sqlsharp.1 |