diff options
Diffstat (limited to 'devel/linux-f10-sdl12/Makefile')
-rw-r--r-- | devel/linux-f10-sdl12/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/linux-f10-sdl12/Makefile b/devel/linux-f10-sdl12/Makefile index c25e3cf94f2e..9c988a991431 100644 --- a/devel/linux-f10-sdl12/Makefile +++ b/devel/linux-f10-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> |