aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-30 18:13:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-30 18:13:11 +0000
commit6185d436ed46d6ececea0f24f95f7f75ef5b1052 (patch)
treee9576cdf086222a5a86054d310cc2d776bafa6bd /x11-toolkits/xbae/Makefile
parentd17f4ce499ff369f85602d22ec55ff935a71724f (diff)
downloadports-6185d436ed46d6ececea0f24f95f7f75ef5b1052.tar.gz
ports-6185d436ed46d6ececea0f24f95f7f75ef5b1052.zip
Convert to USES=libtool.
Notes
Notes: svn path=/head/; revision=359895
Diffstat (limited to 'x11-toolkits/xbae/Makefile')
-rw-r--r--x11-toolkits/xbae/Makefile8
1 files changed, 4 insertions, 4 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>