diff options
Diffstat (limited to 'comms/anyremote/Makefile')
-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 |