mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
11 lines
297 B
Text
11 lines
297 B
Text
--- Makefile.orig Fri Aug 31 23:39:56 2001
|
|
+++ Makefile Fri Aug 31 23:40:02 2001
|
|
@@ -2,7 +2,7 @@
|
|
#
|
|
CFLAGS+=-DOS=\"$(OSTYPE)\" -I${X11BASE}/include
|
|
LDFLAGS+=-L${X11BASE}/lib
|
|
-LDADD+=-lxforms -lX11 -lm
|
|
+LDADD+=-lxforms -lX11 -lm -lXpm
|
|
BINDIR=${X11BASE}/bin
|
|
MANDIR=${X11BASE}/man/man
|
|
PROG= apc
|