diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /lang/oo2c/Makefile | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.zip FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.tar.gz |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'lang/oo2c/Makefile')
-rw-r--r-- | lang/oo2c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 98b68d4..762969b 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -16,7 +16,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gc4.14.tar.gz MAINTAINER= ob@seicom.NET USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= oo2c.1 oob.1 ooef.1 oocn.1 oowhereis.1 |