diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-26 23:54:38 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-26 23:54:38 +0000 |
commit | c7fae085c51ece06ae6f7408f5d45b21a43075db (patch) | |
tree | 8a98fa952e239f5475c7d05dc4980a65f48734b0 /graphics/zphoto/Makefile | |
parent | Upgrade to ospf6d to 0.9.6p to fix the critical bug on AS-External (diff) |
Upgrade to 0.6.
PR: ports/51314
Submitted by: maintainer
Diffstat (limited to 'graphics/zphoto/Makefile')
-rw-r--r-- | graphics/zphoto/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index a51133392b6c..04da5d6a16cf 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zphoto -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +16,14 @@ COMMENT= Zooming photo album generator LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ Imlib2.1:${PORTSDIR}/graphics/imlib2 \ - popt.0:${PORTSDIR}/devel/popt + popt.0:${PORTSDIR}/devel/popt \ + aviplay.0:${PORTSDIR}/multimedia/avifile RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ +CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" +USE_GMAKE= yes USE_XLIB= yes .include <bsd.port.mk> |