diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-03-14 21:27:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-03-14 21:27:52 +0000 |
commit | 61665c815ea45cd10b2fa2e743909547aadd823b (patch) | |
tree | e6f63138916ad0e7b11a9795d7fd753411030bbe /deskutils | |
parent | 3dce4c389c3a044892dda6d33f7093550e3f7f24 (diff) | |
download | freebsd-ports-61665c815ea45cd10b2fa2e743909547aadd823b.zip |
Make sure PORTVERSION is defined for !i386, sparc64
Reported by: mezz via moose@opera.com
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lightning-xpi/Makefile | 4 |
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 |