diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /lang/pfe/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index da568681c1b1..97da1f9ae5fa 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -7,6 +7,7 @@ PORTNAME= pfe PORTVERSION= 0.32.94 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,9 +20,8 @@ LATEST_LINK= pfe-devel USE_PERL5_BUILD=yes USE_GNOME= gnometarget lthack USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes LIBTOOLFILES= pfe/configure -LIBTOOLFLAGS= # none CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= pfe.1 pfe-config.1 |