diff options
author | pb <pb@FreeBSD.org> | 2004-04-14 01:13:54 +0800 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2004-04-14 01:13:54 +0800 |
commit | 9d2756509d1db79d7a975f1e80856d6bdf29632f (patch) | |
tree | ae1367ca51982ada181d8188de0e5c92eee790db /multimedia/kino/Makefile | |
parent | b5947a0b0a687da03105df833cd8f86d7efd8f78 (diff) | |
download | freebsd-ports-gnome-9d2756509d1db79d7a975f1e80856d6bdf29632f.tar.gz freebsd-ports-gnome-9d2756509d1db79d7a975f1e80856d6bdf29632f.tar.zst freebsd-ports-gnome-9d2756509d1db79d7a975f1e80856d6bdf29632f.zip |
- Update to 0.7.1
- USE_GETTEXT=yes, USE_GNOME+=libxml2 as suggested by krion
Diffstat (limited to 'multimedia/kino/Makefile')
-rw-r--r-- | multimedia/kino/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index a0415c7e299f..f06691895e70 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -6,23 +6,21 @@ # PORTNAME= kino -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://kino.schirmacher.de/filemanager/download/17/ +MASTER_SITES= http://kino.schirmacher.de/filemanager/download/31/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - intl.6:${PORTSDIR}/devel/gettext \ Magick.6:${PORTSDIR}/graphics/ImageMagick \ - xml2.5:${PORTSDIR}/textproc/libxml2 + samplerate.0:${PORTSDIR}/audio/libsamplerate +USE_GETTEXT= yes +USE_GNOME= libgnomeui libxml2 USE_ICONV= yes -USE_GNOME= libgnomeui GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS=-"I${LOCALBASE}/include -I${X11BASE}/include" \ |