diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2001-02-05 08:21:54 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2001-02-05 08:21:54 +0000 |
commit | 8516eadb3cf8fccd17ea4206b5cb2f208f7a3afd (patch) | |
tree | 78430cb1f94310bbde670baa6fd2521bd35d329f /devel/libtool/Makefile | |
parent | 5e18ac36890030d1d65b06588b2394dd4b3df640 (diff) |
Notes
Diffstat (limited to 'devel/libtool/Makefile')
-rw-r--r-- | devel/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index dfdda576a792..115e921c5bc4 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtool PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -18,8 +18,8 @@ MAINTAINER= reg@FreeBSD.org # FreeBSD support, and would require that all Ports users upgrade for no # reason. +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install CONFIGURE_ENV= PREFIX=${PREFIX} .include <bsd.port.mk> |