diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 07:41:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 07:41:05 +0000 |
commit | 0120547e6dee5a16a2cb9c2eefb53fc30ee5f522 (patch) | |
tree | 2d5d5fcb7e765c461a891b321f83d136e51db810 /x11-toolkits/paragui-devel | |
parent | 4d7b06bb904abf6716d61f0c5826628e991e1c81 (diff) | |
download | ports-0120547e6dee5a16a2cb9c2eefb53fc30ee5f522.tar.gz ports-0120547e6dee5a16a2cb9c2eefb53fc30ee5f522.zip |
Notes
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 7a2c0cc50021..1da9dbd21bc1 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= paragui PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - expat.3:${PORTSDIR}/textproc/expat2 + expat.4:${PORTSDIR}/textproc/expat2 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |