diff options
author | taca <taca@pkgsrc.org> | 2015-03-15 15:30:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-15 15:30:57 +0000 |
commit | 9118a1281191d14f5c9a7241e55d9d2716894d37 (patch) | |
tree | c26bfd6c8d2623110d7bdb119bcbc9bbb7da8fb2 | |
parent | 9b2f07f36b7a9757b7cc8359024ca76177de1ab8 (diff) | |
download | pkgsrc-9118a1281191d14f5c9a7241e55d9d2716894d37.tar.gz |
Change php53 to php54 in comment outed line.
-rw-r--r-- | devel/swig2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig2/Makefile b/devel/swig2/Makefile index dd5f4ba45d1..4c899cec541 100644 --- a/devel/swig2/Makefile +++ b/devel/swig2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/22 07:36:22 adam Exp $ +# $NetBSD: Makefile,v 1.8 2015/03/15 15:30:57 taca Exp $ DISTNAME= swig-2.0.12 PKGNAME= ${DISTNAME:S/swig-/swig2-/} @@ -51,7 +51,7 @@ TEST_TARGET= check # Tests require lots of other dependencies. There should be a better # way to encode this, but for now they are commented out -gdt. #.include "../../lang/python/extension.mk" -#.include "../../lang/php53/buildlink3.mk" +#.include "../../lang/php54/buildlink3.mk" #.include "../../devel/boost-libs/buildlink3.mk" post-install: |