diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 07:04:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 07:04:05 +0000 |
commit | 29eeb3f469363d328e2a89bdce8427ae448a8154 (patch) | |
tree | 4e6537bd85fb028360a2a890e243148bcaeca058 /graphics/yafray/Makefile | |
parent | 92c7647e3d723ce7ae957c73913e65824b2e2d77 (diff) | |
download | ports-29eeb3f469363d328e2a89bdce8427ae448a8154.tar.gz ports-29eeb3f469363d328e2a89bdce8427ae448a8154.zip |
Notes
Diffstat (limited to 'graphics/yafray/Makefile')
-rw-r--r-- | graphics/yafray/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index f4593f46cae2..ccc8ed83b542 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= yafray -PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTVERSION= 0.0.4 CATEGORIES= graphics MASTER_SITES= http://www.coala.uniovi.es/~jandro/noname/downloads/ @@ -17,7 +16,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_GETOPT_LONG=yes USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |