aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-09-04 21:09:08 +0800
committertijl <tijl@FreeBSD.org>2013-09-04 21:09:08 +0800
commit339f532759c6d5f81e81c422b63c2e84aa62fb4d (patch)
tree77fb47409be6137e948084d00d915df6e2efd9d3 /x11-toolkits
parentf41dac976886c37fceba42a2d190236d2be55b13 (diff)
downloadfreebsd-ports-gnome-339f532759c6d5f81e81c422b63c2e84aa62fb4d.tar.gz
freebsd-ports-gnome-339f532759c6d5f81e81c422b63c2e84aa62fb4d.tar.zst
freebsd-ports-gnome-339f532759c6d5f81e81c422b63c2e84aa62fb4d.zip
- Remove USE_GCC=any.
- Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Xaw3d/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 97e55f4d6819..161378e9e00e 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Xaw3d
PORTVERSION= 1.5E
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ \
ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/
@@ -13,9 +13,9 @@ COMMENT= 3-D Athena Widget set that looks like Motif
LICENSE= MIT
+OPTIONS_DEFINE= DOCS NLS
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
USES= imake
-USE_GCC= any
USE_XORG= x11 xext xmu xt sm ice xpm
USE_LDCONFIG= yes
@@ -41,13 +41,6 @@ post-extract:
${WRKSRC}/Imakefile
.endif
-# Workaround a bug in egcs on FreeBSD/Alpha.
-.if ${ARCH} == "alpha"
-post-configure:
- @(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \
- 's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile)
-.endif
-
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}