diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 16:32:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 16:32:52 +0000 |
commit | 640540b0070b516df5956a4aad8b6ed2b5d82037 (patch) | |
tree | 05432595102b62867d2ea958b427a5ce496b639a /x11-toolkits | |
parent | - drop USE_X_PREFIX (diff) |
- set USE_XORG
Notes
Notes:
svn path=/head/; revision=209222
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 8b082f6e2423..673fa8e24eb3 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -7,7 +7,7 @@ PORTNAME= lesstif PORTVERSION= 0.95.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,7 +21,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:261 libtool:15 -USE_X_PREFIX= yes +USE_XORG= sm ice xt xp xext x11 +USE_FREETYPE= yes USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production |