diff options
author | jlam <jlam> | 2006-07-21 13:40:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-21 13:40:27 +0000 |
commit | 1b2abac22830b2f3c28be21863d49bc97e5595cc (patch) | |
tree | 6f1170c156653d278bad91beb268353531631e89 /pkgtools/x11-links | |
parent | ccdcdb95fa2f30be4c2b93976c5ea55d03ab2bc7 (diff) | |
download | pkgsrc-1b2abac22830b2f3c28be21863d49bc97e5595cc.tar.gz |
Modify the shlib-type script so that it doesn't need to compile anything
-- instead, we just check "pkg_info", which should exist on all pkgsrc
platforms.
XXX Note that this may need to change when we later support other package
XXX system flavors.
Back out revision 1.79 of pkgtools/x11-links/Makefile which was only to
work around needing a C compiler for shlib-type to work.
Diffstat (limited to 'pkgtools/x11-links')
-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 d654e9d6018..7f6619dca33 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2006/07/21 13:36:39 jlam Exp $ +# $NetBSD: Makefile,v 1.81 2006/07/21 13:40:27 jlam 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= c +USE_LANGUAGES= # empty EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_MTREE= yes |