diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /biology/emboss | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (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/Makefile | 12 |
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 |