diff options
author | max <max@FreeBSD.org> | 1996-12-08 03:58:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 03:58:09 +0800 |
commit | e85410f2d6b150dcf111baa5f05ec9aa90a34069 (patch) | |
tree | 8469fc67c8c9ad80b7c7ae04259a3b147d91386d /lang/expect/Makefile | |
parent | 6372636d0126db6371663b95ffd54a64fef60e01 (diff) | |
download | freebsd-ports-gnome-e85410f2d6b150dcf111baa5f05ec9aa90a34069.tar.gz freebsd-ports-gnome-e85410f2d6b150dcf111baa5f05ec9aa90a34069.tar.zst freebsd-ports-gnome-e85410f2d6b150dcf111baa5f05ec9aa90a34069.zip |
No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index ec017b037244..75b8780430be 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Date created: 20 November 1994 # Whom: pst # -# $Id: Makefile,v 1.12 1996/11/12 02:18:08 obrien Exp $ +# $Id: Makefile,v 1.13 1996/11/18 14:02:23 asami Exp $ # DISTNAME= expect-5.21 @@ -14,7 +14,6 @@ DISTFILES= expect.tar.gz LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -HAS_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \ --with-tclinclude=/usr/include/tcl |