From 256c7022dbb880dc3ed36a6fb48053d1681a1e9c Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 11 Dec 2004 23:32:32 +0000 Subject: - Fix OPTIONS handling Pointy hat to: sem --- biology/embassy/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'biology/embassy') diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index efe1e0dcc0d..34fa252f442 100644 --- a/biology/embassy/Makefile +++ b/biology/embassy/Makefile @@ -19,8 +19,6 @@ COMMENT= A collection of contributed EMBOSS applications BUILD_DEPENDS= ${LOCALBASE}/include/emboss.h:${PORTSDIR}/biology/emboss LIB_DEPENDS= nucleus.1:${PORTSDIR}/biology/emboss:install -BROKEN= Broken distinfo file - USE_SUBMAKE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -53,7 +51,7 @@ EMBASSY_APPS= DOMAINATRIX EMNU ESIM4 HMMER MEME MSE PHYLIP TOPO .include .for app in ${EMBASSY_APPS} -.if defined(WITH_${app}) +.if !defined(WITHOUT_${app}) APPLIST+= ${app} ${app}_WRKSRC= ${EMBASSY_WRKDIR}/${app}-${${app}_VERSION} ${app}_DISTFILE=${app}-${${app}_VERSION}${EXTRACT_SUFX} -- cgit