diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-06 15:21:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-06 15:21:58 +0800 |
commit | b57913cee4d4698f68a459b6622b7a8e5779cf48 (patch) | |
tree | 6e619209031edd5bad29d4b98de95b99d46e69a8 /x11-toolkits/lesstif | |
parent | d63a68f2dff7b29a8963adc3f6238007ef87701c (diff) | |
download | freebsd-ports-graphics-b57913cee4d4698f68a459b6622b7a8e5779cf48.tar.gz freebsd-ports-graphics-b57913cee4d4698f68a459b6622b7a8e5779cf48.tar.zst freebsd-ports-graphics-b57913cee4d4698f68a459b6622b7a8e5779cf48.zip |
- use freetype2
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 8d51d88e814..5f48018411d 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -7,6 +7,7 @@ PORTNAME= lesstif PORTVERSION= 0.95.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -15,13 +16,13 @@ MASTER_SITE_SUBDIR= lesstif MAINTAINER= dinoex@FreeBSD.org COMMENT= API compatible clone of the Motif toolkit -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + freetype.9:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:15 -USE_XORG= sm ice xt xp xext x11 xextproto xrender -USE_FREETYPE= yes +USE_XORG= sm ice xt xp xext x11 xextproto xrender xft USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production |