diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 04:52:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 04:52:01 +0800 |
commit | 4ca3dfaabdcc6f1599a9f2db95f3dff7491031d9 (patch) | |
tree | 480e8cc2e526d81c097f9b545168333e16a0cc0b /graphics | |
parent | e8085d423d29f983bcce3d107fab07aa5c21edc1 (diff) | |
download | freebsd-ports-gnome-4ca3dfaabdcc6f1599a9f2db95f3dff7491031d9.tar.gz freebsd-ports-gnome-4ca3dfaabdcc6f1599a9f2db95f3dff7491031d9.tar.zst freebsd-ports-gnome-4ca3dfaabdcc6f1599a9f2db95f3dff7491031d9.zip |
Fix build with bmake
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gsnapshot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index b0500966289a..0650c684adc7 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -14,6 +14,7 @@ USES= pkgconfig USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool USE_GNOME= gtk20 libwnck libxml2 USE_XORG= x11 xmu +USE_GMAKE= yes CFLAGS+= -fPIC -I${LOCALBASE}/include/libxml2 |