diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 18:13:11 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 18:13:11 +0000 |
commit | 6185d436ed46d6ececea0f24f95f7f75ef5b1052 (patch) | |
tree | e9576cdf086222a5a86054d310cc2d776bafa6bd | |
parent | d17f4ce499ff369f85602d22ec55ff935a71724f (diff) | |
download | ports-6185d436ed46d6ececea0f24f95f7f75ef5b1052.tar.gz ports-6185d436ed46d6ececea0f24f95f7f75ef5b1052.zip |
Notes
-rw-r--r-- | x11-toolkits/xbae/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/xbae/pkg-plist | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index ad64e66b7e27..376bc6eadb21 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -3,7 +3,7 @@ PORTNAME= Xbae PORTVERSION= 4.60.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits math MASTER_SITES= SF DISTNAME= xbae-${PORTVERSION} @@ -11,9 +11,9 @@ DISTNAME= xbae-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Motif-based widget which displays a grid of cells as a spreadsheet -USES= motif -USE_AUTOTOOLS= libtool +USES= libtool motif USE_LDCONFIG= yes -CONFIGURE_ARGS=--enable-production --enable-static +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-production .include <bsd.port.mk> diff --git a/x11-toolkits/xbae/pkg-plist b/x11-toolkits/xbae/pkg-plist index 4d1c564b7131..ba57969e763d 100644 --- a/x11-toolkits/xbae/pkg-plist +++ b/x11-toolkits/xbae/pkg-plist @@ -7,10 +7,9 @@ include/Xbae/InputP.h include/Xbae/Matrix.h include/Xbae/MatrixP.h include/Xbae/patchlevel.h -lib/libXbae.a -lib/libXbae.la lib/libXbae.so lib/libXbae.so.4 +lib/libXbae.so.4.0.60 man/man3/XbaeCaption.3.gz man/man3/XbaeInput.3.gz man/man3/XbaeMatrix.3.gz |