diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
commit | bad37a6cd4b811ce01dd9f0064fd020df161bc43 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /biology/emboss | |
parent | 2c80774ea9e44f876b9af2e57eb6518e34b048e6 (diff) |
Notes
Diffstat (limited to 'biology/emboss')
-rw-r--r-- | biology/emboss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 1961199591ba..d1dc391d2975 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -22,12 +22,11 @@ CONFLICTS= qmail-ldap-[0-9]* digest-[0-9]* PREFIX?= ${LOCALBASE}/emboss NO_MTREE= yes +USES= gmake USE_SUBMAKE= yes -USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_MOTIF= yes SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX} DATADIR=${DATADIR} @@ -38,7 +37,7 @@ CONFIGURE_ARGS+= --with-docroot=${DOCSDIR} .if !defined(WITHOUT_X11) USE_XORG= x11 -USE_MOTIF= yes +USES+= motif LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd \ png15:${PORTSDIR}/graphics/png .else |