mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Acidlaunch is a small, light-weight dockable app launcher with a simple XML-based configuration syntax. It's great as a small, simple app launcher, and it can optionally run in a withdrawn mode for embedding in the BlackBox slit. Submitted by: Alexey Dokuchaev
11 lines
266 B
Text
11 lines
266 B
Text
--- src/Makefile.in.orig Fri Apr 11 20:41:42 2003
|
|
+++ src/Makefile.in Fri Apr 11 20:42:11 2003
|
|
@@ -72,7 +72,7 @@
|
|
XML_CONFIG = @XML_CONFIG@
|
|
XML_LIBS = @XML_LIBS@
|
|
|
|
-CPPFLAGS = -DPREFIX=\"@prefix@\"
|
|
+CPPFLAGS = -DPREFIX=\"${X11BASE}\"
|
|
|
|
bin_PROGRAMS = acidlaunch
|
|
|