diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
commit | b2c2296adc70ba95e4eb69a2d470a394db99bb3a (patch) | |
tree | 1819988b93feb19b650b40d8be41a8908394ae75 /security/pam_fprint | |
parent | b179278458f7fe6bc98af1cecc8f195ed363c561 (diff) | |
download | ports-b2c2296adc70ba95e4eb69a2d470a394db99bb3a.tar.gz ports-b2c2296adc70ba95e4eb69a2d470a394db99bb3a.zip |
Notes
Diffstat (limited to 'security/pam_fprint')
-rw-r--r-- | security/pam_fprint/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index 47379d16a0d0..e0ef36766697 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_fprint -# Date created: April 12 2008 -# Whom: barner -# +# Created by: barner # $FreeBSD$ -# PORTNAME= pam_fprint PORTVERSION= 20080330 @@ -23,7 +19,7 @@ AUTOMAKE_ARGS= -a CONFIGURE_ENV+= FPRINT_CFLAGS=-I${LOCALBASE}/include GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig WRKSRC= ${WRKDIR} |