From 61665c815ea45cd10b2fa2e743909547aadd823b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 14 Mar 2007 21:27:52 +0000 Subject: Make sure PORTVERSION is defined for !i386, sparc64 Reported by: mezz via moose@opera.com --- deskutils/lightning-xpi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils') 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 .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 -- cgit v1.2.3