diff options
Diffstat (limited to 'x11-toolkits/libpanelappletmm/Makefile')
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 11c74ea588e4..d677ca7f5b38 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -26,6 +26,8 @@ USE_GNOME= gnomehack lthack gnomepanel USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" PLIST_SUB= VERSION="2.6" API_VERSION="2.6" |