diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-02 02:14:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-02 02:14:23 +0800 |
commit | 0b46c575441aed0da3c43ec68a24c8c3602e1f24 (patch) | |
tree | 004455666117162e4facebde39bec50434d418c5 | |
parent | 3da3dd834835bde2c4e72c982a41fca35e87d904 (diff) | |
download | marcuscom-ports-experimental-0b46c575441aed0da3c43ec68a24c8c3602e1f24.tar.gz marcuscom-ports-experimental-0b46c575441aed0da3c43ec68a24c8c3602e1f24.tar.zst marcuscom-ports-experimental-0b46c575441aed0da3c43ec68a24c8c3602e1f24.zip |
Fix typo.
Reported by: claudio zumbo
git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@19441 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index f3d933f..3a48c98 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile USE_XORG= x11 xrandr xext -USE+S= bison gettext gmake libtool pathfix pkgconfig +USES+= bison gettext gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ referencehack USE_PYTHON= 3 |