diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /deskutils | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-synce-legacy/Makefile | 8 | ||||
-rw-r--r-- | deskutils/logjam/Makefile | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile index 81454e1960da..ffe82ebbebc8 100644 --- a/deskutils/libopensync-plugin-synce-legacy/Makefile +++ b/deskutils/libopensync-plugin-synce-legacy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-synce-legacy -# Date created: 19 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= libopensync-plugin-synce PORTVERSION= 0.22.1 @@ -18,7 +14,7 @@ COMMENT= SynCE legacy plugin for the OpenSync framework LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ rra.0:${PORTSDIR}/palm/synce-librra - +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index de2dfd53c01c..714d5046a300 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: logjam -# Date created: 13 Aug 01 -# Whom: alanp@unixpower.org -# +# Created by: alanp@unixpower.org # $FreeBSD$ -# PORTNAME= logjam PORTVERSION= 4.6.2 @@ -19,6 +15,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ MAN1= logjam.1 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes |