summaryrefslogtreecommitdiff
path: root/biology/emboss
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /biology/emboss
parentFix prop. (diff)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'biology/emboss')
-rw-r--r--biology/emboss/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile
index 5eae33585420..447981d0fb28 100644
--- a/biology/emboss/Makefile
+++ b/biology/emboss/Makefile
@@ -14,10 +14,10 @@ COMMENT= Collection of open source tools for genetic sequence analysis
LICENSE= GPLv2
-BUILD_DEPENDS= clustalw:${PORTSDIR}/biology/clustalw \
- primer3:${PORTSDIR}/biology/primer3
-LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
- libpng.so:${PORTSDIR}/graphics/png
+BUILD_DEPENDS= clustalw:biology/clustalw \
+ primer3:biology/primer3
+LIB_DEPENDS= libgd.so:graphics/gd \
+ libpng.so:graphics/png
CONFLICTS= qmail-ldap-[0-9]* digest-[0-9]*
@@ -41,8 +41,8 @@ OPTIONS_DEFAULT= X11
DOCS_CONFIGURE_ON= --with-docroot=${DOCSDIR}
X11_USE= XORG=x11
X11_USES= motif
-X11_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
- libpng.so:${PORTSDIR}/graphics/png
+X11_LIB_DEPENDS= libgd.so:graphics/gd \
+ libpng.so:graphics/png
X11_CONFIGURE_OFF= --without-x
CONFIG_FILE= ${WRKSRC}/emboss/emboss.default.template