diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-21 02:21:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-21 02:21:52 +0000 |
commit | c47dd3ce221f1b83cf0924031fbd7b7f61801fd2 (patch) | |
tree | f0aaf32122d000f144c4442949fa6d1a73c677db /lang | |
parent | 82927bc0b02d540e18d945d48247289365c3ad5a (diff) | |
download | pkgsrc-c47dd3ce221f1b83cf0924031fbd7b7f61801fd2.tar.gz |
USE_LANGUAGES=c c++; remove empty post-install target.
Diffstat (limited to 'lang')
-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" |