diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /biology/protomol | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Convert to USES=jpeg
Notes
Notes:
svn path=/head/; revision=390310
Diffstat (limited to 'biology/protomol')
-rw-r--r-- | biology/protomol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index e8c7d8af8846..253fb8aa85bc 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -12,10 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= OO, component based, framework for molecular dynamics (MD) simulations LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes +USES= jpeg USE_XORG= xmu xt sm ice xext x11 xi # Hack to cure a misbehavior of the configure script |