mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a164a81348
This version 1.1 has many new features. See http://www.kdevelop.org/ for details. I reduced difference between kdevelop and kdevelop-i18n. The i18n patch to kdevelop's editor is now included in the distributed source. PR: 17034 Submitted by: Will Andrews <andrews@technologist.com>
14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
--- kdlgloader/Makefile.in Sun Feb 27 12:01:29 2000
|
|
+++ kdlgloader/Makefile.in.new Sun Feb 27 21:32:51 2000
|
|
@@ -212,8 +212,8 @@
|
|
|
|
lib_LTLIBRARIES = libkdlgloader.la
|
|
|
|
-SOMAJOR = 1
|
|
-SOMINOR = 0
|
|
+SOMAJOR ?= 1
|
|
+SOMINOR ?= 0
|
|
|
|
include_HEADERS = kdlgloader.h
|
|
|