diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 12:06:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 12:06:30 +0000 |
commit | 3103726150009a95054b0b17f80a75988ab4f2d6 (patch) | |
tree | fda80350c9a5cac3df9878e96ba66273cc6e8131 /x11-toolkits/open-motif/Makefile | |
parent | ddb373f73d4e3f59b81c46a52a05f64d2fb7bd3f (diff) |
Notes
Diffstat (limited to 'x11-toolkits/open-motif/Makefile')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 8c1a8f9a7502..585bf6d147fc 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -22,21 +22,17 @@ CONFLICTS= lesstif-[0-9]* # WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/motif-${PORTVERSION} -USES= gmake iconv libtool:keepla pkgconfig tar:tgz -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -ACLOCAL_ARGS= -I. -AUTOMAKE_ARGS= -a -c -f --foreign +USES= autoreconf gmake iconv libtool:keepla pkgconfig tar:tgz USE_XORG= x11 xaw xbitmaps xext xft xt GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include USE_CSTD= gnu89 +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: # fix sections @${FIND} ${WRKSRC}/doc/man/man1 -name '*.1' -maxdepth 1 | \ |