diff options
author | asau <asau@pkgsrc.org> | 2013-06-16 23:41:51 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-06-16 23:41:51 +0000 |
commit | 42a67c94b40c12cb9b71f5c2e140f44aaba9d2e3 (patch) | |
tree | 698ec1d6a3b3fc78ced84bbe88c64f21e624155b /emulators | |
parent | fb711c346c783167f7dc56b7cb29d8007a1b31b4 (diff) | |
download | pkgsrc-42a67c94b40c12cb9b71f5c2e140f44aaba9d2e3.tar.gz |
This package shouldn't need Fortran compiler to build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index 64b349275fe..094076396e8 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/01/26 23:11:13 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/06/16 23:41:51 asau Exp $ # DISTNAME= ski-1.3.2 @@ -12,7 +12,7 @@ COMMENT= The ia64 instruction set simulator BUILD_DEPENDS+= libelf>=0.8.13:../../devel/libelf GNU_CONFIGURE= yes -USE_LANGUAGES+= c fortran77 c++ +USE_LANGUAGES+= c c++ CONFIGURE_ARGS+= --prefix=${PREFIX} CPPFLAGS+= -I${PREFIX}/include/libelf -L ${PREFIX}/lib |