summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/moonshine/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
index ba2e95df3ab6..cbc38d55651c 100644
--- a/devel/moonshine/Makefile
+++ b/devel/moonshine/Makefile
@@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A customizable IDE that supports a wide variety of languages
+DEPRECATED= "QT2 is obsolete"
+EXPIRATION_DATE=2004-07-14
+
USE_QT_VER= 2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
@@ -28,7 +31,7 @@ QTCPPFLAGS+= -I${X11BASE}/include
BROKEN= "Does not compile"
.endif
-.if ${MACHINE_ARCH} == "alpha"
+.if ${ARCH} == "alpha"
CFLAGS+= -O0
.endif