summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2006-07-21 12:37:49 +0000
committerseb <seb@pkgsrc.org>2006-07-21 12:37:49 +0000
commitf73b8816f3ad96c5e7b276dc026958fe1b6d2572 (patch)
tree7aa1443cfacd2b3146462cfecce2da012e605c2c /pkgtools/x11-links
parent3e392ef3de45ab0c67d3fb3f69212cb3be93c461 (diff)
downloadpkgsrc-f73b8816f3ad96c5e7b276dc026958fe1b6d2572.tar.gz
Mark as using c language. This fix PLIST problem while doing
'make package' (make; make package works): without this SHLIB_TYPE is set to 'none' while doing 'make package', resulting in mk/plist/shlib-none.awk being used hence missing PLIST entries. XXX I suppose this may not really be the right fix (barrier problem?) but for the time being 'pkg_comp makeroot' succeed XXX What is this 'foo' target?
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r--pkgtools/x11-links/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index 1cff184d078..83da653ace9 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2006/04/19 15:56:38 reed Exp $
+# $NetBSD: Makefile,v 1.79 2006/07/21 12:37:49 seb Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
@@ -16,7 +16,7 @@ COMMENT= Shadow tree of links to native X11 headers and libraries
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_MTREE= yes