mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
45f92a5a1f
PR: 213634
11 lines
197 B
Prolog
11 lines
197 B
Prolog
--- src/phantomjs.pro.orig 2016-01-24 18:24:05 UTC
|
|
+++ src/phantomjs.pro
|
|
@@ -97,3 +97,7 @@ win32-msvc* {
|
|
openbsd* {
|
|
LIBS += -L/usr/X11R6/lib
|
|
}
|
|
+
|
|
+freebsd* {
|
|
+ LIBS += -L/usr/local/lib
|
|
+}
|