diff options
author | tron <tron> | 1998-02-22 20:30:20 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-22 20:30:20 +0000 |
commit | 1e03688440acb376dbc4750817db50dbfb237ff9 (patch) | |
tree | 8583fb9d2fc08fd07f57b0c3d517f4c2bdc4d787 /net | |
parent | c8128a61a195d6be0b6b793b96c15fd5035120b1 (diff) | |
download | pkgsrc-1e03688440acb376dbc4750817db50dbfb237ff9.tar.gz |
Make sure that a ncurses library in "/usr/local" isn't used.
Diffstat (limited to 'net')
-rw-r--r-- | net/ncftp2/Makefile | 4 | ||||
-rw-r--r-- | net/ncftp2/patches/patch-ac | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile index ff924f4bc7e..90b28d6e17a 100644 --- a/net/ncftp2/Makefile +++ b/net/ncftp2/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1998/02/20 14:28:46 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/22 20:30:20 tron Exp $ # $FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp # @@ -16,7 +16,7 @@ MAINTAINER= ache@FreeBSD.ORG LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-curses=${PREFIX} --disable-readline +CONFIGURE_ARGS+= --disable-readline MAN1= ncftp2.1 do-install: diff --git a/net/ncftp2/patches/patch-ac b/net/ncftp2/patches/patch-ac new file mode 100644 index 00000000000..60955c2b5b3 --- /dev/null +++ b/net/ncftp2/patches/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig Mon Oct 28 08:26:46 1996 ++++ configure Sun Feb 22 21:23:03 1998 +@@ -1075,7 +1075,7 @@ + echo "checking for extra include and lib directories..." 1>&6 + b1=`cd .. ; pwd` + b2=`cd ../.. ; pwd` +-exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr/ccs" ++exdirs="$HOME $j $b1 $b2 $prefix /usr/ccs" + + subexdirs="-" + if test "$subexdirs" = "" ; then |