diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-18 11:41:14 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-18 11:41:14 +0000 |
commit | 9c390996cb2e8d465aca6772a89a7c52eb95d24a (patch) | |
tree | de76927d8665f00431845d3a83fc8bde539848c4 /comms/anyremote | |
parent | - Fix typo in post-patch sed expression (diff) |
- Add missing iconv USES
Submitted by: marino
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=327541
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 |