diff options
Diffstat (limited to 'biology/emboss/Makefile')
-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 |