diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-09-11 00:48:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-09-11 00:48:44 +0000 |
commit | c38737831812e30552fdfdb25a09354064a3a461 (patch) | |
tree | 939ba0428960b07c2a1ab99f98af977e5105b236 /security | |
parent | 56f9360f82a654d4eeb5b96fa2281070327cdcd9 (diff) | |
download | ports-c38737831812e30552fdfdb25a09354064a3a461.tar.gz ports-c38737831812e30552fdfdb25a09354064a3a461.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder/Makefile | 2 | ||||
-rw-r--r-- | security/fwbuilder/files/patch-configure.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 88948815900a..fa49961c0d25 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,7 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 5.1.0 PORTVERSION= ${DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security BUILD= 3599 # XXX in developement version of this port: PKGNAMESUFFIX= -devel diff --git a/security/fwbuilder/files/patch-configure.in b/security/fwbuilder/files/patch-configure.in new file mode 100644 index 000000000000..6eb5ba1b9cbc --- /dev/null +++ b/security/fwbuilder/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig 2012-03-22 23:10:54.000000000 -0700 ++++ configure.in 2013-09-10 11:30:35.546998176 -0700 +@@ -57,7 +57,7 @@ + fi + + # TODO: do we need to add $QTDIR/bin to PATH to find qmake? +-EXTENDED_PATH="/usr/local/bin:$PATH" ++EXTENDED_PATH="$PATH:/usr/local/bin" + + AC_ARG_WITH(qmake, [ --with-qmake=qmake Specify the qmake to be used (debian qmake-qt4) ]) + if test -n "$with_qmake"; then |