From e4419435481c0ef9f769cb8299d2b635870139e3 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 15 Jun 2009 21:23:30 +0000 Subject: [PATCH] WANTLIB += m, bump PKGNAME. --- devel/py-mxDateTime/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/py-mxDateTime/Makefile b/devel/py-mxDateTime/Makefile index 6149f7fdd0f..2e764034623 100644 --- a/devel/py-mxDateTime/Makefile +++ b/devel/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2009/06/03 19:23:58 martynas Exp $ +# $OpenBSD: Makefile,v 1.25 2009/06/15 21:23:30 sthen Exp $ SHARED_ONLY = Yes @@ -6,7 +6,7 @@ COMMENT = date and time types for Python MODPY_EGG_VERSION = 3.1.2 DISTNAME = egenix-mx-base-${MODPY_EGG_VERSION} -PKGNAME = py-mxDateTime-${MODPY_EGG_VERSION}p1 +PKGNAME = py-mxDateTime-${MODPY_EGG_VERSION}p2 CATEGORIES = devel HOMEPAGE = http://www.egenix.com/products/python/mxBase/ @@ -22,6 +22,8 @@ MASTER_SITES = http://www.lemburg.com/files/python/ FLAVORS = python2.4 python2.5 python2.6 # Needed for Zope, e.g. FLAVOR ?= python2.5 +WANTLIB += m + .if !${FLAVOR} || ${FLAVOR:L:Npython?.?} ERRORS += "Fatal: You must select one version: ${FLAVORS}" .endif