diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-16 23:12:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-16 23:12:33 +0000 |
commit | e78fe5bbfbd6b5176495a69d5f2f7e23d3c7ffe6 (patch) | |
tree | 015496687e93af750f4f858d432dcfcd4a4451a1 /devel/crossm68k | |
parent | 98f1c93d320abf66546c868dd6aac73030dcf744 (diff) | |
download | ports-e78fe5bbfbd6b5176495a69d5f2f7e23d3c7ffe6.tar.gz ports-e78fe5bbfbd6b5176495a69d5f2f7e23d3c7ffe6.zip |
Notes
Diffstat (limited to 'devel/crossm68k')
-rw-r--r-- | devel/crossm68k/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/crossm68k/Makefile b/devel/crossm68k/Makefile index f1935bd10fd4..dadcc4e650f3 100644 --- a/devel/crossm68k/Makefile +++ b/devel/crossm68k/Makefile @@ -8,16 +8,14 @@ PORTNAME= crossm68k PORTVERSION= 2.0 CATEGORIES= devel -MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= Jerry.Hicks@Glenayre.com # this dependency will cause m68kbinutils and m68kgcc to be built as well -BUILD_DEPENDS= ${PREFIX}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/m68knewlib +BUILD_DEPENDS= ${LOCALBASE}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/m68knewlib RUN_DEPENDS= m68k-coff-gdb:${PORTSDIR}/devel/m68kgdb -EXTRACT_ONLY= # empty NO_BUILD= yes do-install: # empty |