PKG_ARCH=* too.

This commit is contained in:
bernd 2006-10-20 11:24:35 +00:00
parent d1499bcd92
commit c16e4afb3c

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2006/08/23 21:12:24 sturm Exp $
# $OpenBSD: Makefile,v 1.5 2006/10/20 11:24:35 bernd Exp $
COMMENT= "ruby MVC web application framework"
DISTNAME= rails-1.1.6
PKGNAME= ruby-${DISTNAME}
PKGNAME= ruby-${DISTNAME}p0
CATEGORIES= www
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
@ -25,4 +25,6 @@ RUN_DEPENDS= ::devel/ruby-rake \
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>