summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2010-03-11 06:42:44 +0000
committerspz <spz@pkgsrc.org>2010-03-11 06:42:44 +0000
commit2a806f58b6b0508c6ed154da1213c46a711e6ccb (patch)
tree8fd54f71589bf64c9d16bd5037768c0527e56bce /devel
parent875eeb65d258dead90e6204f49e6e2ea9045abdc (diff)
downloadpkgsrc-2a806f58b6b0508c6ed154da1213c46a711e6ccb.tar.gz
remove option to build with an older version of dependency as that
older dependency (tk83) is no longer around.
Diffstat (limited to 'devel')
-rw-r--r--devel/vtcl/Makefile6
-rw-r--r--devel/vtcl/options.mk12
2 files changed, 3 insertions, 15 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile
index 275b1484017..38fd125e7be 100644
--- a/devel/vtcl/Makefile
+++ b/devel/vtcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/01/08 12:47:44 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/03/11 06:42:44 spz Exp $
DISTNAME= vtcl-1.6.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vtcl/}
@@ -35,5 +35,5 @@ do-install:
cd ${WRKSRC} && pax -rwpam demo ${DESTDIR}${VTCLEGDIR}
cd ${WRKSRC} && pax -rwpam sample ${DESTDIR}${VTCLEGDIR}
-.include "options.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/vtcl/options.mk b/devel/vtcl/options.mk
deleted file mode 100644
index 9af593de34d..00000000000
--- a/devel/vtcl/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2006/01/21 08:12:03 agc Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.vtcl
-PKG_SUPPORTED_OPTIONS= tk83
-
-.include "../../mk/bsd.options.mk"
-
-.if empty(PKG_OPTIONS:Mtk83)
-. include "../../x11/tk/buildlink3.mk"
-.else
-. include "../../x11/tk83/buildlink3.mk"
-.endif