about summary refs log tree commit diff stats
path: root/freebsd
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-08-25 14:02:39 +0000
committerMarco Peereboom <marco@conformal.com>2011-08-25 14:02:39 +0000
commit62071840ad578d91e77dda530d7b88df8cde5f0c (patch)
treed030624b2b726530aa83d2edfe745ec2d1a27adb /freebsd
parentb1cb8202d246c4b815c949d90dc929f78d587f53 (diff)
downloadxombrero-62071840ad578d91e77dda530d7b88df8cde5f0c.tar.gz
Fix makefile
from killasmurf86
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index f205c5c..e018002 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -1,6 +1,6 @@
 # $xxxterm$
 
-LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4
+LIBS= gtk+-2.0 webkit-1.0 libsoup-2.4 gnutls
 
 LDADD= -lutil
 GTK_CFLAGS!= pkg-config --cflags $(LIBS)