diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-28 00:20:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-28 00:20:41 +0800 |
commit | 8c6c76f9f1425edcfbcb9347bd0400883bcfa416 (patch) | |
tree | 60063198094f84903af9768c2fec834086fc0abd /x11/fbpanel | |
parent | 8cdbcd80278d71d7195dff00df392decf346e396 (diff) | |
download | freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.tar.gz freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.tar.zst freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.zip |
Add some explicit USE_PKGCONFIG=build
Diffstat (limited to 'x11/fbpanel')
-rw-r--r-- | x11/fbpanel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index d4a3c36fdfc5..fe52ce1088e5 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 xmu xpm USE_GNOME= gtk20 HAS_CONFIGURE= yes USE_GMAKE= yes +USE_PKGCONFIG= build CONFIGURE_ARGS+= --prefix=${PREFIX} |