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 | c7357665ce6c6b23892818813043d1d7d5c3ac39 (patch) | |
tree | cf3c86321f9ccc6c968df37b5f2f86aaf5eb0831 /comms | |
parent | b7b25e8f07866d3916e5b9c8d0007fad16c81563 (diff) | |
download | pkgsrc-c7357665ce6c6b23892818813043d1d7d5c3ac39.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 |