diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 17:36:48 +0800 |
commit | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (patch) | |
tree | aa8adbb0d08839fd3f770129dc3959a9217f13df /comms | |
parent | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (diff) | |
download | freebsd-ports-gnome-b38bbaec1f3a42489de4507d108ceb14d8164ea4.tar.gz freebsd-ports-gnome-b38bbaec1f3a42489de4507d108ceb14d8164ea4.tar.zst freebsd-ports-gnome-b38bbaec1f3a42489de4507d108ceb14d8164ea4.zip |
Add explicit dependency on pkgconf (6 ports)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 7e3c786173f1..1e5279790c19 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gammu-devel -# Date created: 2009-10-15 -# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gammu PORTVERSION= 1.31.90 @@ -23,7 +19,7 @@ CONFLICTS= gammu-[1-9]* gammu-python-[1-9]* CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata -USES= cmake gettext +USES= cmake gettext pkgconfig USE_PYTHON= yes USE_GNOME= glib20 USE_BZIP2= yes |