diff options
Diffstat (limited to 'deskutils/gnome-blog')
-rw-r--r-- | deskutils/gnome-blog/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile index 823f461f1e19..6f51c8d09fd0 100644 --- a/deskutils/gnome-blog/Makefile +++ b/deskutils/gnome-blog/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeblog -# Date created: 20 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ # $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $ -# PORTNAME= gnome-blog PORTVERSION= 0.9.1 @@ -18,9 +14,8 @@ COMMENT= GNOME app to post to blogs USE_BZIP2= yes USE_PYTHON= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |