mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
--- src/lib/Unidraw/Imakefile.orig Sat Oct 31 08:32:58 1992
|
|
+++ src/lib/Unidraw/Imakefile Sat Jan 16 19:49:31 1999
|
|
@@ -5,7 +5,12 @@
|
|
#ifdef InObjectCodeDir
|
|
|
|
LIB = Unidraw
|
|
-VERSION = 3.1
|
|
+#VERSION = 3.1
|
|
+.if defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf")
|
|
+VERSION = 3
|
|
+.else
|
|
+VERSION = 3.2
|
|
+.endif
|
|
|
|
MakeLibrary($(LIB),$(VERSION))
|
|
|