diff options
author | joerg <joerg> | 2006-05-11 13:31:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-11 13:31:33 +0000 |
commit | 4d3f79d97bdf2a2394cf80b49722cb2e2237c319 (patch) | |
tree | cf3c86321f9ccc6c968df37b5f2f86aaf5eb0831 /comms | |
parent | 33b63057efe0326560d97b46bff0f11591e83dc8 (diff) | |
download | pkgsrc-4d3f79d97bdf2a2394cf80b49722cb2e2237c319.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 |