pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/maude USE_LANGUAGES=c c++; remove empty post-inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e887a3e5efc4
branches:  trunk
changeset: 513091:e887a3e5efc4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 21 02:21:52 2006 +0000

description:
USE_LANGUAGES=c c++; remove empty post-install target.

diffstat:

 lang/maude/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r a4322ca40403 -r e887a3e5efc4 lang/maude/Makefile
--- a/lang/maude/Makefile       Sun May 21 02:12:11 2006 +0000
+++ b/lang/maude/Makefile       Sun May 21 02:21:52 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index