diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-08 17:45:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-08 17:45:15 +0000 |
commit | ae7c7b1bd0345ac98b55a51c435a08c49bf24665 (patch) | |
tree | 7e760a44c11dc33db13c5eff5d48c5ae7e86211b /net | |
parent | 80efb4dbf6022b15aa512775e255a84e2000ce89 (diff) | |
download | ports-ae7c7b1bd0345ac98b55a51c435a08c49bf24665.tar.gz ports-ae7c7b1bd0345ac98b55a51c435a08c49bf24665.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b35d2794578e..cb99a7458813 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnometarget WANT_GNOME= yes USE_OPENSSL= yes -CONFIGURE_ENV= LIBS="${WIRESHARK_LIBS}" +CONFIGURE_ENV= LIBS="${WIRESHARK_LIBS}" CONFIGURE_ARGS+= --program-transform-name="" \ --with-ssl=${OPENSSLBASE} \ --disable-warnings-as-errors |