1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Argh! The XUnicode option was not correctly turned on..

Bump PORTREVISION for fltk-xunicode.

Pointed out by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
Pointy hat to:	knu
This commit is contained in:
Akinori MUSHA 2001-03-18 14:35:45 +00:00
parent 36e4dc65b6
commit cf59c926dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40016

View File

@ -22,6 +22,7 @@ MAINTAINER?= demon@FreeBSD.org
PATCH_VERSION= 20010114
_PORTVERSION+= ${VERSION}.${PATCH_VERSION}
PORTREVISION= 1
PKGNAMESUFFIX= -xunicode
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fltk/
@ -29,6 +30,8 @@ PATCHFILES= ${PORTNAME}-${VERSION}${PKGNAMESUFFIX}-${PATCH_VERSION}.diff
PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
CONFIGURE_ENV= CXXFLAGS=-DUSE_XUNICODE
.else
_PORTVERSION+= ${VERSION}
.endif