diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-05-30 12:46:35 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-05-30 12:46:35 +0000 |
commit | 9b93f5197d9a364832dd2a20e48a65cb99f88951 (patch) | |
tree | 5c53a2eb7c7d8573bcdf5cf5df9d964a785cdedb /x11-toolkits/xbae/Makefile | |
parent | 59843679373e4ce79e6b8539b891904876a6345d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/xbae/Makefile')
-rw-r--r-- | x11-toolkits/xbae/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index e2d567423af3..b012e04caae0 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -PORTNAME= xbae -PORTVERSION= 4.50.0 +PORTNAME= Xbae +PORTVERSION= 4.50.91 CATEGORIES= x11-toolkits math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xbae @@ -19,6 +19,7 @@ COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_MOTIF= yes USE_X_PREFIX= yes |