diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-11 23:32:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-11 23:32:32 +0000 |
commit | b5e176497d2b32e234bfb4840450f8386d12c32c (patch) | |
tree | 258a13dce6fe73897688c50560efe136e8730db4 /biology | |
parent | Add lyntin, a mature multi-platform multi-user-interface mud client written (diff) |
- Fix OPTIONS handling
Pointy hat to: sem
Notes
Notes:
svn path=/head/; revision=123790
Diffstat (limited to 'biology')
-rw-r--r-- | biology/embassy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index efe1e0dcc0d6..34fa252f4426 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 <bsd.port.pre.mk> .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} |