diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /security/fwbuilder2 | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) |
Notes
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r-- | security/fwbuilder2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile index 5b48c538837b..c21cda6c3d4c 100644 --- a/security/fwbuilder2/Makefile +++ b/security/fwbuilder2/Makefile @@ -22,7 +22,7 @@ BUILD_VERSION= 21 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USE_QT_VER= 3 -QTDIR?= ${X11BASE} +QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GETOPT_LONG= yes |