diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /security/libgnomesu | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) |
Notes
Diffstat (limited to 'security/libgnomesu')
-rw-r--r-- | security/libgnomesu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |