mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
--- Imakefile.orig Sun Sep 8 13:55:25 2002
|
|
+++ Imakefile Sun Sep 8 13:55:59 2002
|
|
@@ -23,7 +23,8 @@
|
|
/* most X11 screens are rather large, you might wisht to use "double" mode */
|
|
CXXEXTRA_DEFINES = -DDOUBLE
|
|
|
|
-NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
|
|
+NormalCplusplusProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
|
|
InstallProgram(pacman,$(BINDIR))
|
|
InstallManPage(pacman,$(MANDIR))
|
|
+AllTarget(pacman)
|
|
DependTarget()
|