diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:12:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:12:33 +0000 |
commit | fd6b683f1db811fdc2048319f949f423aa314fb1 (patch) | |
tree | 982b089062571f5773fb689b6c87756d040a4d08 /textproc/iiimf-protocol-lib/Makefile | |
parent | Fix build on Alpha and Sparc arch (diff) |
remove USE_LIBTOOL, it inferes with the configure phase
Diffstat (limited to '')
-rw-r--r-- | textproc/iiimf-protocol-lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile index a2aa015396dd..dc59f34c750b 100644 --- a/textproc/iiimf-protocol-lib/Makefile +++ b/textproc/iiimf-protocol-lib/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER}/lib/iiimp PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER} USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes HAS_CONFIGURE= yes |