diff --git a/x11/gnustep/matharray/Makefile b/x11/gnustep/matharray/Makefile index 36057744102..979ce7b70c3 100644 --- a/x11/gnustep/matharray/Makefile +++ b/x11/gnustep/matharray/Makefile @@ -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