diff options
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" \ |