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/wmblob | |
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/wmblob')
-rw-r--r-- | x11/wmblob/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile index 37fdbcf8e6ad..c5cf41e35d18 100644 --- a/x11/wmblob/Makefile +++ b/x11/wmblob/Makefile @@ -17,6 +17,7 @@ COMMENT= Showing moving blobs USE_XORG= xpm USE_BZIP2= yes USE_GNOME= gtk20 +USE_PKGCONFIG= build GNU_CONFIGURE= yes MAN1= wmblob.1 |