diff options
author | smb <smb> | 2007-09-11 23:49:39 +0000 |
---|---|---|
committer | smb <smb> | 2007-09-11 23:49:39 +0000 |
commit | 38ed8c0ca3ae89679cca4dc5b4c8cb86fed65fa2 (patch) | |
tree | b0547ee648cc3f090fd90f91e4cfb1c6bfa1c99b /x11/Xaw3d/Makefile | |
parent | 29aa592a53e3140d0c9f4eb4b1c03bdbd8d99467 (diff) | |
download | pkgsrc-38ed8c0ca3ae89679cca4dc5b4c8cb86fed65fa2.tar.gz |
Avoid problems if a pointer passed in is NULL (and work around what may
or may not be an xfig bug)
Diffstat (limited to 'x11/Xaw3d/Makefile')
-rw-r--r-- | x11/Xaw3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index d8ee96dfed1..1ced6c6230f 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2006/12/27 13:37:42 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2007/09/11 23:49:39 smb Exp $ # DISTNAME= Xaw3d-1.5E -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ |