diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /graphics/gsnapshot/Makefile | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) | |
download | ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.tar.gz ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.zip |
Notes
Diffstat (limited to 'graphics/gsnapshot/Makefile')
-rw-r--r-- | graphics/gsnapshot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index 1c164f879f47..61ee84f08bf1 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -14,8 +14,10 @@ MASTER_SITES= SF/gould/${PORTNAME}/release%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A gtk+ based screen capture +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool -USE_GNOME= pkgconfig gtk20 libwnck libxml2 +USE_GNOME= gtk20 libwnck libxml2 USE_XORG= x11 xmu CFLAGS+= -fPIC -I${LOCALBASE}/include/libxml2 |