diff options
author | jlam <jlam> | 2004-01-21 11:18:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-21 11:18:44 +0000 |
commit | f9418eab2cecb6eae66922d0ff4d09747cc287a8 (patch) | |
tree | 9f83a1f25a7b95df0138158f1276c82ef854068d /graphics/xpm | |
parent | 7652415939f85cecc41fab6fb521b9c89948d862 (diff) | |
download | pkgsrc-f9418eab2cecb6eae66922d0ff4d09747cc287a8.tar.gz |
Remove comment I accidentally left in this file during bl3ification that
enabled me to test this on a NetBSD system.
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 43aaa906d3b..09675e88e86 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/01/05 11:53:39 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/21 11:18:44 jlam Exp $ DISTNAME= xpm-3.4k PKGREVISION= 1 @@ -18,7 +18,7 @@ BUILDLINK_CHECK_BUILTIN.xpm= YES .include "buildlink3.mk" .if ${BUILDLINK_IS_BUILTIN.xpm} == "YES" -#PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" .endif .if (${OPSYS} == SunOS) |