diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-18 00:32:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-18 00:32:52 +0800 |
commit | cb1833aeaa1c0e30ee099b35a3bfe48b27fd557f (patch) | |
tree | b66e1bdcde4f807d42c028c00bedcc41f8b16098 /x11-toolkits | |
parent | f693aa558078fb009c3ae4a17b96a76551d8070c (diff) | |
download | freebsd-ports-gnome-cb1833aeaa1c0e30ee099b35a3bfe48b27fd557f.tar.gz freebsd-ports-gnome-cb1833aeaa1c0e30ee099b35a3bfe48b27fd557f.tar.zst freebsd-ports-gnome-cb1833aeaa1c0e30ee099b35a3bfe48b27fd557f.zip |
- set USE_XORG
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 |