aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-sdl12
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-02 21:44:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-02 21:44:12 +0000
commit30bb55894d8f119faac3653b2217058b980f4df6 (patch)
tree8c41f43f0e469db2c669bcdff094552c7651eb64 /devel/linux-sdl12
parentd7c651704128d7d2429e627ab25715d34ba41e14 (diff)
Notes
Diffstat (limited to 'devel/linux-sdl12')
-rw-r--r--devel/linux-sdl12/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/linux-sdl12/Makefile b/devel/linux-sdl12/Makefile
index c25e3cf94f2e..9c988a991431 100644
--- a/devel/linux-sdl12/Makefile
+++ b/devel/linux-sdl12/Makefile
@@ -37,8 +37,14 @@ RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
--nodeps --replacepkgs
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Unfetchable"
+.endif
+
do-install:
@${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES}
@${LDCONFIG_LINUX}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>