diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 07:36:18 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 07:36:18 +0800 |
commit | 446de41e5e9a4445653b51017b86b5d2661259d9 (patch) | |
tree | 8c1c299c6f7f60059af87d5ddd343d30ef1ccfd4 /net | |
parent | 7efba2df208544bf2106c9218e27d5d7286e7b13 (diff) | |
download | freebsd-ports-gnome-446de41e5e9a4445653b51017b86b5d2661259d9.tar.gz freebsd-ports-gnome-446de41e5e9a4445653b51017b86b5d2661259d9.tar.zst freebsd-ports-gnome-446de41e5e9a4445653b51017b86b5d2661259d9.zip |
- Move to LOCALBASE
- USE_GNOME+=gtksharp10
Project by:BSD# (http://www.mono-project.com/Mono:FreeBSD)
Diffstat (limited to 'net')
-rw-r--r-- | net/blam/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index 503fb2f24db9..e804e64de365 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.19 2005/11/06 07:17:04 tmclau02 Exp $ +# $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $ # PORTNAME= blam PORTVERSION= 1.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 @@ -16,16 +16,15 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono based RSS feed reader -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ - ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 -RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \ - ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 USE_GECKO= firefox mozilla -USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui gtksharp10 USE_BZIP2= yes +USE_GETTEXT= yes USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla=${GECKO} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |