summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-03-14 21:27:52 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-03-14 21:27:52 +0000
commit61665c815ea45cd10b2fa2e743909547aadd823b (patch)
treee6f63138916ad0e7b11a9795d7fd753411030bbe /deskutils
parentdepreciated upstream, should be replaced by endeavour 2; hardcoded X11BASE (diff)
Make sure PORTVERSION is defined for !i386, sparc64
Reported by: mezz via moose@opera.com
Notes
Notes: svn path=/head/; revision=187406
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/lightning-xpi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/lightning-xpi/Makefile b/deskutils/lightning-xpi/Makefile
index f9b6d35a0010..a6ad4a793c1c 100644
--- a/deskutils/lightning-xpi/Makefile
+++ b/deskutils/lightning-xpi/Makefile
@@ -30,13 +30,13 @@ _IGNORE_MSG= precompiled binaries, contact ahze@FreeBSD.org for build informatio
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+ARCH_PORTVERSION?= 0.3.1
+
.if ${ARCH}=="i386"
. if ${OSVERSION} < 600000 && ${OSVERSION} > 500000
OS_VER= 5
-ARCH_PORTVERSION=0.3.1
. elif ${OSVERSION} > 600000
OS_VER= 6
-ARCH_PORTVERSION=0.3.1
. else
IGNORE= ${_IGNORE_MSG}
. endif