diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-30 22:11:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-09-30 22:11:27 +0000 |
commit | b7d8270620092fef8dcdda1e911c32670b6de5fe (patch) | |
tree | 96bfd71b27012531e8dc177608c669756807a8c9 /x11-toolkits | |
parent | fac4b8ea67d536dc8c64153b827a59570cbe5bee (diff) | |
download | ports-b7d8270620092fef8dcdda1e911c32670b6de5fe.tar.gz ports-b7d8270620092fef8dcdda1e911c32670b6de5fe.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/lesstif/pkg-plist | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 34bbf09a5d85..cc1842890e9e 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ PORTNAME= lesstif PORTVERSION= 0.95.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF @@ -18,14 +18,16 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ CONFLICTS?= open-motif-* -USES= tar:bzip2 libtool -USE_XORG= sm ice xt xp xext x11 xorgproto xrender xft +USES= tar:bzip2 libtool xorg +USE_XORG= sm ice xt x11 xext xorgproto xrender xft USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= lt_cv_libxp=no CONFIGURE_ARGS= --enable-static --enable-shared --enable-production \ --disable-maintainer-mode \ --with-fontconfig-lib=${LOCALBASE}/lib \ --with-freetype-lib=${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's,freetype/freetype.h,freetype.h,' \ diff --git a/x11-toolkits/lesstif/pkg-plist b/x11-toolkits/lesstif/pkg-plist index 74e8400da726..424aef65728b 100644 --- a/x11-toolkits/lesstif/pkg-plist +++ b/x11-toolkits/lesstif/pkg-plist @@ -153,7 +153,6 @@ bin/mwm bin/mxmkmf bin/uil bin/xmbind -include/Dt/Print.h include/Mrm/MrmAppl.h include/Mrm/MrmDecls.h include/Mrm/MrmPrivate.h @@ -331,10 +330,6 @@ lib/X11/app-defaults/Mwm lib/X11/mwm/README lib/X11/mwm/alt.map lib/X11/mwm/system.mwmrc -lib/libDtPrint.a -lib/libDtPrint.so -lib/libDtPrint.so.1 -lib/libDtPrint.so.1.0.0 lib/libMrm.a lib/libMrm.so lib/libMrm.so.2 |