diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-02 20:27:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-02 20:27:22 +0000 |
commit | 138a970a478055940751b67c6c6c03a0c4c53280 (patch) | |
tree | be46aae9145f287a886a9659140f39a97e291620 | |
parent | - Update to 0.7 (diff) |
Fix detection of openpty(3)
Bump PORTREVISION
PR: 88400
Reported by: Henk Csaba
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Notes
Notes:
svn path=/head/; revision=147041
-rw-r--r-- | devel/rlwrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile index 5e4a9ca79f66..72722f8cfd0c 100644 --- a/devel/rlwrap/Makefile +++ b/devel/rlwrap/Makefile @@ -8,6 +8,7 @@ PORTNAME= rlwrap PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -17,7 +18,7 @@ COMMENT= Readline wrapper USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD +CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil MAN1= rlwrap.1 |