diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-10-10 15:37:23 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-10-10 15:37:23 +0000 |
commit | f3a0bfba25a00ad56180ed0b4af9b3f74eccef06 (patch) | |
tree | f13d85f37dc71e1677a7a41caeb40de8c558021c /x11 | |
parent | 79d9ae2748aa2d3fd7926cc4ae709ebd21d7615e (diff) | |
download | ports-f3a0bfba25a00ad56180ed0b4af9b3f74eccef06.tar.gz ports-f3a0bfba25a00ad56180ed0b4af9b3f74eccef06.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 3142bcb4d837..daa32d95f290 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -21,7 +21,7 @@ OPTIONS= ALSA "enable ALSA audio architecture support" Off \ NLS "NLS support" On USE_XORG= x11 xmu -USE_GNOME= gtk20 pkgconfig +USE_GNOME= gnomehack gtk20 pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:111:env CONFIGURE_ARGS= --prefix=${PREFIX} \ |