diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /editors/gphpedit | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'editors/gphpedit')
-rw-r--r-- | editors/gphpedit/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index a572ad3fa0b0..1a1a614a612f 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gphpedit -# Date created: 2004-11-21 -# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> -# +# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru> # $FreeBSD$ -# PORTNAME= gphpedit PORTVERSION= 0.9.80 @@ -16,7 +12,7 @@ MASTER_SITES= http://www.gphpedit.org/download/store/ \ MAINTAINER= novel@FreeBSD.org COMMENT= PHP, HTML, and CSS development environment for GNOME 2.x -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |