diff options
author | seb <seb> | 2006-07-21 12:37:49 +0000 |
---|---|---|
committer | seb <seb> | 2006-07-21 12:37:49 +0000 |
commit | 78b2e6e83e353eb494415a2bf295adf09dfe61ca (patch) | |
tree | 7aa1443cfacd2b3146462cfecce2da012e605c2c /pkgtools | |
parent | 6c6c59a9bd688e9d0cd1a7f77906556d891caaa9 (diff) | |
download | pkgsrc-78b2e6e83e353eb494415a2bf295adf09dfe61ca.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')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
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 |