summaryrefslogtreecommitdiff
path: root/scripts/makefile.openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.openbsd')
-rw-r--r--scripts/makefile.openbsd7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd
index b84bdaa6f..68e04a0bc 100644
--- a/scripts/makefile.openbsd
+++ b/scripts/makefile.openbsd
@@ -1,14 +1,17 @@
# makefile for libpng
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# Copyright (C) 2007-2008 Glenn Randers-Pehrson
-# For conditions of distribution and use, see copyright notice in png.h
+
+# This code is released under the libpng license.
+# For conditions of distribution and use, see the disclaimer
+# and license in png.h
PREFIX?= /usr/local
LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 0
-SHLIB_MINOR= 1.0.46
+SHLIB_MINOR= 1.0.47
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \