diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
commit | 56c5e147c5396562dca765fc853f6536e148caf3 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /comms/efax-gtk | |
parent | 81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff) |
Convert the last USE_ICONV to USES=iconv
Notes
Notes:
svn path=/head/; revision=316695
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index ef9838544e2d..59e547992b61 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -27,8 +27,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv -USES= pkgconfig -USE_ICONV= yes +USES= pkgconfig iconv USE_GHOSTSCRIPT_RUN=yes USE_GNOME= gdkpixbuf2 gtk20 GNU_CONFIGURE= yes |