aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 12:13:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 12:13:23 +0000
commit1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch)
tree969d85a11701cc0a743c50f26376c759b7da5a4d /security
parentd65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gnome-gpg/Makefile6
-rw-r--r--security/gpass/Makefile3
-rw-r--r--security/libgnomesu/Makefile4
3 files changed, 5 insertions, 8 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile
index 63328ab944fc..6d2872daa557 100644
--- a/security/gnome-gpg/Makefile
+++ b/security/gnome-gpg/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: gnome-gpg
-# Date created: 2006-09-02
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $
@@ -18,6 +15,7 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
+USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= libgnomeui
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
index 6ed81de956b5..5aa186d49bad 100644
--- a/security/gpass/Makefile
+++ b/security/gpass/Makefile
@@ -15,11 +15,10 @@ LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
-USE_GMAKE= yes
MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
-USES= pathfix
+USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2
GCONF_SCHEMAS= gpass.schemas
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
index ebf04c23ce90..058080484a1c 100644
--- a/security/libgnomesu/Makefile
+++ b/security/libgnomesu/Makefile
@@ -1,6 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $
+
PORTNAME= libgnomesu
PORTVERSION= 1.0.0
PORTREVISION= 10
@@ -11,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library and frontend for running commands as root
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix libgnomeui
CONFIGURE_ARGS+=--disable-install-pam
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"