diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-11 04:50:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-11 04:50:07 +0000 |
commit | 62edd34778dca35d133d7d3d8010551bf152615f (patch) | |
tree | 53c7d0160f3a5e9f0d20c64a22d8c6ea10329663 /emulators/psim-freebsd/Makefile | |
parent | 9e19757de8b9c024ba9507bb9c821d547e1cf160 (diff) |
Notes
Diffstat (limited to 'emulators/psim-freebsd/Makefile')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index f1dce620db67..4a5eba8814e9 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -7,8 +7,8 @@ # PORTNAME= psim-freebsd -PORTVERSION= 6.0 -PORTREVISION= 1 +PORTVERSION= 6.3 +PORTREVISION?= 0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gdb/releases @@ -21,13 +21,8 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ - --program-suffix=psim - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif + --program-suffix=psim \ + --disable-nls do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} @@ -44,4 +39,4 @@ cklatest: ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ | ${GREP} gdb+dejagnu- -.include <bsd.port.post.mk> +.include <bsd.port.mk> |