diff options
author | tv <tv@pkgsrc.org> | 1998-10-02 14:47:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-02 14:47:23 +0000 |
commit | 23e57ce8b106020d0234347dcee26df7ec04e649 (patch) | |
tree | 67aaa23dde6871e2b414eda8f577829c092ded22 /pkgtools/pkglibtool | |
parent | 2f18203314bbd7d63bdd12444408c09dddc1b42e (diff) | |
download | pkgsrc-23e57ce8b106020d0234347dcee26df7ec04e649.tar.gz |
Make this conflict with the old libtool-1.2 pkg.
Diffstat (limited to 'pkgtools/pkglibtool')
-rw-r--r-- | pkgtools/pkglibtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile index 796740b5992..2f7bedc5481 100644 --- a/pkgtools/pkglibtool/Makefile +++ b/pkgtools/pkglibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/10/02 14:46:07 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/02 14:47:23 tv Exp $ # DISTNAME= libtool-1.2 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.profitpress.com/libtool/ +CONFLICTS= libtool-1.2 + GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" |