diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
commit | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /sysutils | |
parent | 3ca0120f58f6083a9c8b1a2e526a3079db6132b3 (diff) | |
download | freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.gz freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.zst freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/geomgui/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index 63fdaf621fb8..6369827c4518 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomgui -# Date created: 2005-07-18 -# Whom: Soeren Straarup <xride@FreeBSD.org> -# +# Created by: Soeren Straarup <xride@FreeBSD.org> # $FreeBSD$ -# PORTNAME= geomgui PORTVERSION= 0.13 @@ -20,7 +16,7 @@ LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes MAN1= geomgui.1 |