diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | cc121d979407d6c3fdfdef751cec3b97e5ed9885 (patch) | |
tree | c2b4515527fa44f542b6521d6f5d161920a65bce /lang/oo2c | |
parent | Update to 0.0.27. (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'lang/oo2c')
-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 98b68d4feb3e..762969b12c32 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 |