diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /deskutils/xfce4-generic-slider | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'deskutils/xfce4-generic-slider')
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index 1e2792c197fe..55d568e75015 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= CRITICAL/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A slider plugin to adjust and/or monitor any numeric variable -#BROKEN= Does not work with xfce 4.8 +LICENSE= GPLv3 USE_XFCE= panel libutil libgui USE_GNOME= pkgconfig @@ -22,8 +22,6 @@ USE_GNOME= pkgconfig CFLAGS+= `pkg-config --cflags libxfce4panel-1.0 libxfcegui4-1.0` LDFLAGS+= `pkg-config --libs libxfce4panel-1.0 libxfcegui4-1.0` -LICENSE= GPLv3 - post-patch: @${REINPLACE_CMD} -e \ "s|@PLUGINDIR@|${PREFIX}/lib/xfce4/xfce4/panel-plugins|" \ |