we do need to run configure for matharray, do so,

and bump revision
This commit is contained in:
sebastia 2012-07-08 13:51:54 +00:00
parent e33507a6e4
commit 05f0f66ce1

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/17 23:42:51 sebastia Exp $
# $OpenBSD: Makefile,v 1.2 2012/07/08 13:51:54 sebastia Exp $
COMMENT = GNUstep library to manipulate matrices
VERSION = 1.2
DISTNAME = MathArray-${VERSION}
REVISION = 0
PKGNAME = gnustep-matharray-${VERSION}
CATEGORIES = math
SHARED_LIBS += MathArray 0.0
@ -14,6 +15,7 @@ MASTER_SITES = ${MASTER_SITE_GNUSTEP:=contrib/}
MODULES = x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
CONFIGURE_STYLE += gnu
MAKE_FLAGS += libMathArray_INTERFACE_VERSION=${LIBMathArray_VERSION}
.include <bsd.port.mk>