diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-10 03:34:52 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-10 03:34:52 +0800 |
commit | bc3fc272cb2351e65ea3193bb106edba6ec9923e (patch) | |
tree | 805a4a873e5fc8f0291372f1229bdfd484589a8c /graphics | |
parent | 9b28c81580701d37c4893cff21d2f40a18dbc550 (diff) | |
download | freebsd-ports-gnome-bc3fc272cb2351e65ea3193bb106edba6ec9923e.tar.gz freebsd-ports-gnome-bc3fc272cb2351e65ea3193bb106edba6ec9923e.tar.zst freebsd-ports-gnome-bc3fc272cb2351e65ea3193bb106edba6ec9923e.zip |
wxgtk-devel -> wxgtk
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/multivideo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index ff54899c6184..ef1c3ebaec02 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -8,6 +8,7 @@ PORTNAME= multivideo PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.lis.inpg.fr/scientifique/bonnaud/multivideo/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An image sequence viewer -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel +LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk WRKSRC= ${WRKDIR}/${PORTNAME} |