diff options
author | wiz <wiz> | 2006-05-21 02:21:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-21 02:21:52 +0000 |
commit | 7debf1eb7e86e4673f613b47ba1c969bcc98b2cd (patch) | |
tree | f0aaf32122d000f144c4442949fa6d1a73c677db | |
parent | eb003e36bf4036620336de601d303913f8195975 (diff) | |
download | pkgsrc-7debf1eb7e86e4673f613b47ba1c969bcc98b2cd.tar.gz |
USE_LANGUAGES=c c++; remove empty post-install target.
-rw-r--r-- | lang/maude/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 3a6d84ff6e2..c88a2c77d6e 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:09:46 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/21 02:21:52 wiz Exp $ # DISTNAME= Maude-2.1.1 @@ -12,12 +12,12 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://maude.cs.uiuc.edu/ COMMENT= System for equational and rewriting logic specification/programming -USE_TOOLS+= flex bison +USE_LANGUAGES= c c++ +USE_TOOLS+= flex bison GNU_CONFIGURE= YES CONFIGURE_ARGS+= --datadir=${PREFIX}/share/maude -post-install: .include "../../devel/buddy/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../devel/libtecla/buildlink3.mk" |