diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-19 19:07:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-19 19:07:30 +0000 |
commit | 0cfd02502b6b0e58beb6b5df340cd5b3aa4971ee (patch) | |
tree | 7189ac7bdeda6f061cf2066c54f67ee7a5eb9a02 /x11-toolkits/fox14/Makefile | |
parent | Update to 0.3.2. (diff) |
Update to 0.99.167. (-xunicode too)
Notes
Notes:
svn path=/head/; revision=41688
Diffstat (limited to 'x11-toolkits/fox14/Makefile')
-rw-r--r-- | x11-toolkits/fox14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index cdfa67f71125..f91b89a6ed96 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION= 0.99.166 +PORTVERSION= 0.99.167 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -17,7 +17,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png .if defined(WITH_XUNICODE) -PKGNAMESUFFIX= -xunicode +PKGNAMESUFFIX= -unicode PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ PATCHFILES= ${PORTNAME}${PKGNAMESUFFIX}-${PATCHVERSION}.diff |