diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 04:45:30 +0000 |
commit | 58eff7b4318887630f3f4d05d43c912365c26572 (patch) | |
tree | 5d8e6384e44fe195e6d669b998cfdf80e2556950 /misc/pinfo/Makefile | |
parent | d88a26077b3653e7d3cb8f50f39d2c59e3d30c52 (diff) |
Notes
Diffstat (limited to 'misc/pinfo/Makefile')
-rw-r--r-- | misc/pinfo/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 6e1fc24e8bb1..ca3371ca3a34 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,19 +1,19 @@ -# New ports collection makefile for: pinfo -# Version required: 0.5.5 -# Date created: 19 May 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> +# New ports collection makefile for: pinfo +# Version required: 0.5.8 +# Date created: 19 May 1999 +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pinfo-0.5.5 +DISTNAME= pinfo-0.5.8 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl\.1:${PORTSDIR}/devel/gettext \ - ncurses\.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + ncurses.4:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext --with-readline \ |