diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-16 10:06:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-16 10:06:16 +0000 |
commit | 411b9ab7fd6ebed0d4bc063c36fe959ecffe96e8 (patch) | |
tree | fd76efe6c88e92f013391292ef025924655ae652 /comms | |
parent | b190a7dc720a37f93880f2593304fadc51000adf (diff) | |
download | pkgsrc-411b9ab7fd6ebed0d4bc063c36fe959ecffe96e8.tar.gz |
Needs a C compiler.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/estic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile index 12dd3824145..24206463f09 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/09/09 02:41:55 obache Exp $ +# $NetBSD: Makefile,v 1.24 2006/09/16 10:06:16 rillig Exp $ DISTNAME= estic-1.61 PKGREVISION= 1 @@ -23,7 +23,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ BUILD_TARGET= depend all ESTICPATCH= ${DISTNAME}-patch-from-1.60${EXTRACT_SUFX} |