diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:21:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-06 07:21:58 +0000 |
commit | c67ac2c555c45e860c73e2453c4757a2f9109bc8 (patch) | |
tree | e8f181925ba0574adaf8351e297a1f8f2001ab09 /x11-toolkits/lesstif | |
parent | f4bb9978c5c03d2a4da02d8482573a137fc4044d (diff) | |
download | ports-c67ac2c555c45e860c73e2453c4757a2f9109bc8.tar.gz ports-c67ac2c555c45e860c73e2453c4757a2f9109bc8.zip |
Notes
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 8d51d88e8148..5f48018411d2 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 |