diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-13 17:16:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-13 17:16:15 +0000 |
commit | 040d67b32c0f72b9469797a3cc0f9259849a561e (patch) | |
tree | 7888517c7103ae886bc18257e3394a3f3875d036 /devel/ossp-var/Makefile | |
parent | 97eb0f8271e9342b58471e93332b71a0317527f4 (diff) |
Notes
Diffstat (limited to 'devel/ossp-var/Makefile')
-rw-r--r-- | devel/ossp-var/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index d58e8358b860..fcfa587965ee 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -1,5 +1,4 @@ # ex:ts=8 -*-mode: makefile-*- -# # New ports collection makefile for: ossp-var # Date created: 2003-01-31 # Whom: Alan Eldridge <alane@geeksrus.net> @@ -8,9 +7,7 @@ # PORTNAME= var -PORTVERSION= 1.0.0 -PORTREVISION= 1 -PORTEPOCH= 0 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/var/ PKGNAMEPREFIX= ossp- @@ -25,7 +22,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +.if ${ARCH} == "alpha" BROKEN= "Does not compile on alpha or amd64" .endif |