diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /x11-toolkits/lesstif/Makefile | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
Notes
Diffstat (limited to 'x11-toolkits/lesstif/Makefile')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 92add45bc49b..c706e9887843 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 CONFLICTS?= open-motif-* +NO_STAGE= yes + USE_BZIP2= yes USE_AUTOTOOLS= automake:env autoconf libtool USE_XORG= sm ice xt xp xext x11 xextproto xrender xft @@ -49,7 +51,6 @@ MAN5 = VirtualBindings.5 mwmrc.5 .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) && !defined(BATCH) && !defined(WANT_LESSTIF) MANUAL_PACKAGE_BUILD= do not want to install during interactive build IS_INTERACTIVE= yes -NO_STAGE= yes pre-extract: @${ECHO_CMD} "***********************************************************" @${ECHO_CMD} "* W a r n i n g *" |