diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /security/libgnomesu/Makefile | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'security/libgnomesu/Makefile')
-rw-r--r-- | security/libgnomesu/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index 3f501cd0d41a..ebf04c23ce90 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomesu -# Date created: 12 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# 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 @@ -16,7 +12,8 @@ COMMENT= Library and frontend for running commands as root USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui +USES= pathfix +USE_GNOME= gnomeprefix libgnomeui CONFIGURE_ARGS+=--disable-install-pam CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |