diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /audio/deforaos-mixer/Makefile | |
parent | 91696069c0e8874f735d4e30d164e5f922dd9819 (diff) | |
download | freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.gz freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.tar.zst freebsd-ports-gnome-08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'audio/deforaos-mixer/Makefile')
-rw-r--r-- | audio/deforaos-mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/deforaos-mixer/Makefile b/audio/deforaos-mixer/Makefile index 61cd91644329..fe24dec451f5 100644 --- a/audio/deforaos-mixer/Makefile +++ b/audio/deforaos-mixer/Makefile @@ -16,9 +16,8 @@ LICENSE= GPLv3 LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes PLIST_FILES= bin/mixer \ share/applications/mixer.desktop \ share/locale/fr/LC_MESSAGES/Mixer.mo |