diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-06 12:56:48 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-06 12:56:48 +0000 |
commit | cca9651246c994a77f099d29cce5d29a1a47113b (patch) | |
tree | 10601815ac13a03e780430c96b5260d23bc370bb /devel/lightning/Makefile | |
parent | f7b26c7469c30b8ca8c50e8dcb64fd742b86fce6 (diff) |
Notes
Diffstat (limited to 'devel/lightning/Makefile')
-rw-r--r-- | devel/lightning/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile index ed3bed9a6845..74f425bb11cc 100644 --- a/devel/lightning/Makefile +++ b/devel/lightning/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lightning -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generates assembly language code at run-time GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |