diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 21:11:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 21:11:57 +0000 |
commit | d9933c953c21c5a6c9a2e9844e77711d79942a85 (patch) | |
tree | 080cdf8a59e13587a2209bf61c782fff9386ff5b /comms | |
parent | dc95b2ecfac90b10270994ae175b29b3faaf3b7a (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 6163ddfad894..f738269ec6b2 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -liconv OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 |