diff options
author | kris <kris@FreeBSD.org> | 2000-09-22 10:24:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-22 10:24:52 +0000 |
commit | 525b1a7f47255105530537a445b9937b954789c5 (patch) | |
tree | a2cdd14ec02303ffbca1766ebf6d03be78128db2 /biology | |
parent | 65f2539d529008df7aa9d3965d44a90901724e39 (diff) | |
download | FreeBSD-ports-525b1a7f47255105530537a445b9937b954789c5.zip FreeBSD-ports-525b1a7f47255105530537a445b9937b954789c5.tar.gz |
Add USE_XLIB
Diffstat (limited to 'biology')
-rw-r--r-- | biology/emboss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index a4309ed..1acbc0d 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \ USE_GMAKE= yes USE_LIBTOOL= yes +USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gd" \ LIBS="-L${LOCALBASE}/lib" |