diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 13:31:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 13:31:33 +0000 |
commit | cf8b41f007b2ed6e45a22e97b2c215cdffd5f1b7 (patch) | |
tree | cf3c86321f9ccc6c968df37b5f2f86aaf5eb0831 /comms | |
parent | 531ba56edc74a2e27efb2e485b4aab375bf0b794 (diff) | |
download | pkgsrc-cf8b41f007b2ed6e45a22e97b2c215cdffd5f1b7.tar.gz |
Uses C++.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/estic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile index ed81ac753c0..23f911ed497 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/02 14:00:16 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/11 13:31:33 joerg Exp $ DISTNAME= estic-1.61 PKGREVISION= 1 @@ -23,6 +23,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} +USE_LANGUAGES= c++ + BUILD_TARGET= depend all ESTICPATCH= ${DISTNAME}-patch-from-1.60${EXTRACT_SUFX} LIB_TARGET= depend lib |