mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
I'm a month early.
This reverts commit ea825e27e6
.
In order to commit this revert, I had to remove distinfo from
net-mgmt/nagios-check_bacula11 because it did not contain a
timestamp - the file is not required because it is a slave
port.
11 lines
539 B
Prolog
11 lines
539 B
Prolog
--- src/qt-console/bat.pro.in.orig 2015-08-13 13:52:24 UTC
|
|
+++ src/qt-console/bat.pro.in
|
|
@@ -19,7 +19,7 @@ TEMPLATE = app
|
|
TARGET = bat
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .. . ./console ./restore ./select
|
|
-LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@
|
|
+LIBS += -L../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -lintl
|
|
LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
|
|
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
|
|
QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)
|