diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
commit | e3887e89b82d40ab81ed3970c5b98294e811b51f (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /sysutils | |
parent | 4aad9bd4117091bfa357cdf047cd7cacffdbc880 (diff) | |
download | freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.gz freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.zst freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gdmap/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index e4d5e98cadb9..688f4708be42 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdmap -# Date created: 13 Oct 2005 -# Whom: Rodrigo Graeff <delphus@gmail.com> -# +# Created by: Rodrigo Graeff <delphus@gmail.com> # $FreeBSD$ -# PORTNAME= gdmap PORTVERSION= 0.7.5 @@ -17,8 +13,7 @@ COMMENT= Graphical disk map Utility BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= gnomeprefix gnomehack gtk20 -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig GNU_CONFIGURE= yes MAN1= gdmap.1 |