diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 22:17:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 22:17:51 +0000 |
commit | 8523109bde2de12f5b6096b969f4464759199aaf (patch) | |
tree | b8824e47c22e841ffc45a1390210a84df5a7822d /lang/japhar | |
parent | e731f09cf9c03adaa3a92f353a814f975a5468e4 (diff) | |
download | pkgsrc-8523109bde2de12f5b6096b969f4464759199aaf.tar.gz |
enable ONLY_FOR_PLATFORM (erronously commented out in last commit)
Diffstat (limited to 'lang/japhar')
-rw-r--r-- | lang/japhar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index d69638a7ecd..3d4a7fbae7a 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/14 22:16:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/14 22:17:51 wiz Exp $ # DISTNAME= japhar-0.08 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.japhar.org/pub/hungry/japhar/source/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.japhar.org/ -#ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD +ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD GNU_CONFIGURE= yes USE_LIBTOOL= yes |