diff options
Diffstat (limited to 'net/blam/Makefile')
-rw-r--r-- | net/blam/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index 60a38137dfdf..ba53bb0a4810 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -2,16 +2,15 @@ # Date created: 20040812 # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # -# $Id: Makefile,v 1.8 2005/01/09 09:37:27 tmclau02 Exp $ +# $Id: Makefile,v 1.10 2005/05/10 16:59:13 mezz7 Exp $ # $FreeBSD$ # PORTNAME= blam -PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTVERSION= 1.8.0 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 MAINTAINER= tmclaugh@sdf.lonestar.org COMMENT= Mono based RSS feed reader @@ -30,11 +29,11 @@ MOZILLA= mozilla .endif .endif -USE_GNOME= gnomeprefix gnomehack intltool libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui USE_BZIP2= yes +USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL_VER=15 -USE_GMAKE= yes CONFIGURE_ARGS= --with-mozilla=${MOZILLA} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |