diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 11:54:24 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-02-28 11:54:24 +0000 |
commit | d289f92dd88aff56410c9ff0b5c58b8ac8e38c77 (patch) | |
tree | 256ec870b9247fef172dac3d90042de5d0aa8903 /graphics/gdchart/files | |
parent | 83bcc30a853d6018c08a4d5473d95ba7be36c7f0 (diff) |
Notes
Diffstat (limited to 'graphics/gdchart/files')
-rw-r--r-- | graphics/gdchart/files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdchart/files/Makefile b/graphics/gdchart/files/Makefile index d95829174806..424b7f4ffcf3 100644 --- a/graphics/gdchart/files/Makefile +++ b/graphics/gdchart/files/Makefile @@ -22,5 +22,6 @@ LOCALBASE?= /usr/local LIBDIR= ${PREFIX}/lib INCSDIR= ${PREFIX}/include INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API +SHLIB_MAJOR= 1 .include <bsd.lib.mk> |