summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-17 20:44:35 +0000
committerminskim <minskim@pkgsrc.org>2004-12-17 20:44:35 +0000
commit2f604b8038d38ad6f67dd313c6d1a43ede6951da (patch)
tree891c6347aaaccd439a16de146c1863a1613c13bd /archivers
parente47f1ec35098ca970f359b81860695aadb025e48 (diff)
downloadpkgsrc-2f604b8038d38ad6f67dd313c6d1a43ede6951da.tar.gz
This package is written in C and C++. Add "USE_LANGUAGES=c c++".
Diffstat (limited to 'archivers')
-rw-r--r--archivers/cxunzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile
index e452846f0de..83ec4a303b4 100644
--- a/archivers/cxunzip/Makefile
+++ b/archivers/cxunzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:13:04 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/17 20:44:35 minskim Exp $
DISTNAME= cxunzip-0.98
PKGREVISION= 2
@@ -15,6 +15,7 @@ USE_BUILDLINK3= yes
USE_X11= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"