From ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 00:41:11 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- devel/sfslite/Makefile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'devel/sfslite/Makefile') diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index 9f6ed0376240..dedaa0ed1667 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= http://dist.okws.org/dist/ MAINTAINER= ports@okws.org COMMENT= Standard version of the sfslite library +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 + +CONFIGURE_ARGS= --with-gmp=${LOCALBASE} + GNU_CONFIGURE= yes USE_GMAKE= yes # @@ -20,15 +24,6 @@ USE_GMAKE= yes # USE_BISON= yes -.include - -.if ${OSVERSION} > 500000 -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 -CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-gmp=/usr -.endif - # # Map X.Y.Z.Q => X.Y # @@ -68,4 +63,4 @@ PKG_INSTALL?= pkg-install pre-install: PKG_PREFIX=${PREFIX} ${SH} ${PKG_INSTALL} ${PKGNAME} PRE-INSTALL -.include +.include -- cgit v1.2.3