diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:50:18 +0800 |
commit | 833c3c5215747fcccc51dd346b6627c20381b9f5 (patch) | |
tree | 379420dda94f588872e3142d8e60a935e6f4a5a8 /deskutils | |
parent | f3100486296fee607bc739b04624d2f0d11aa418 (diff) | |
download | freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.gz freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.tar.zst freebsd-ports-gnome-833c3c5215747fcccc51dd346b6627c20381b9f5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-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 |