diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-14 15:51:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-14 15:51:44 +0000 |
commit | f4b3543e0f8b01e6bddd2e208a3726a38c4e399d (patch) | |
tree | 375da1bd905310d4009dc17f4e51eec9897e8e6a /x11-toolkits/lesstif | |
parent | ccd4a9cd8af69788e24ed521ffdb4d5535f3b80c (diff) |
- record xextproto as explicit dependency
Notes
Notes:
svn path=/head/; revision=226084
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 02f15b41e733..f001f51ea447 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:15 -USE_XORG= sm ice xt xp xext x11 +USE_XORG= sm ice xt xp xext x11 xextproto USE_FREETYPE= yes USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 |