diff options
author | tron <tron@pkgsrc.org> | 2009-12-30 17:10:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-12-30 17:10:32 +0000 |
commit | 5dc4376660e84da3721cea98bb2dd9b2a6aab57a (patch) | |
tree | 23db5746fa146a3bc111ee7e30b916c662daa32c /pkgtools/x11-links/Makefile | |
parent | 3c30ae1315562d3a3083411b523d8e6d7d0f8535 (diff) | |
download | pkgsrc-5dc4376660e84da3721cea98bb2dd9b2a6aab57a.tar.gz |
Update "x11-links" package to version 0.45:
1.) Update list to remove duplicates and add missing entries for recent
versions of NetBSD-current. The necessary changes were supplied
by Bernd Ernesti.
2.) Include the operating system version number in the package version
to force a re-build of the package if the operating system is
updated (which might change the X11 distribution as well.
This should fix PR pkg/42492.
Change approved by Thomas Klausner.
Diffstat (limited to 'pkgtools/x11-links/Makefile')
-rw-r--r-- | pkgtools/x11-links/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 40e4a58c679..bda50651914 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.106 2009/09/27 18:44:27 tnn Exp $ +# $NetBSD: Makefile,v 1.107 2009/12/30 17:10:32 tron 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, # usually the most recent. -DISTNAME= x11-links-0.44 +DISTNAME= x11-links-0.45.${OS_VERSION} CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= jlam@pkgsrc.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Shadow tree of links to native X11 headers and libraries LICENSE= original-bsd @@ -24,6 +24,8 @@ USE_TOOLS+= pax PLIST_SRC.files= ${WRKDIR}/.PLIST_SRC.files PLIST_SRC= ${.CURDIR}/PLIST ${PLIST_SRC.files} +OSVERSION_SPECIFIC= yes + .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} == "modular" |