diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-18 19:41:14 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-18 19:41:14 +0800 |
commit | eca5e1d44afae4a1a8dab810a279126a7d9a9a40 (patch) | |
tree | de76927d8665f00431845d3a83fc8bde539848c4 /comms/anyremote | |
parent | 9f619b541ca19104bf40683c4ab8b7645c17a06b (diff) | |
download | freebsd-ports-gnome-eca5e1d44afae4a1a8dab810a279126a7d9a9a40.tar.gz freebsd-ports-gnome-eca5e1d44afae4a1a8dab810a279126a7d9a9a40.tar.zst freebsd-ports-gnome-eca5e1d44afae4a1a8dab810a279126a7d9a9a40.zip |
- Add missing iconv USES
Submitted by: marino
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'comms/anyremote')
-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 970638453d8f..2b8967207d4e 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -11,7 +11,7 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 -USES= pkgconfig +USES= iconv pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |