mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
20 lines
454 B
Text
20 lines
454 B
Text
--- flx/Imakefile.orig Fri Feb 20 20:03:08 1998
|
|
+++ flx/Imakefile Mon Jul 1 02:51:19 2002
|
|
@@ -11,7 +11,7 @@
|
|
XCOMM * * * No need to edit below here * * *
|
|
|
|
SOREV = 0.1
|
|
-LIBNAME = libflx.so.$(SOREV)
|
|
+LIBNAME = libflx.a
|
|
|
|
|
|
|
|
@@ -55,8 +55,6 @@
|
|
EXTRA_INCLUDES = -I$(XFORMS_INCDIR) $(INCS)
|
|
EXTRA_DEFINES =
|
|
LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
|
|
-
|
|
-ComplexProgramTarget($(LIBNAME))
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(flx,$(OBJS))
|