diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-27 21:46:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-27 21:46:04 +0800 |
commit | 62438b4d4b3562add4f59aeb1221a7925e6f9db3 (patch) | |
tree | 0c32cb252cfd46899eb92a20119dc159a8f9f9f2 /x11-wm/devilspie | |
parent | 96eb3150f092e7585f0aa9d26b46b33e9f781ec2 (diff) | |
download | freebsd-ports-graphics-62438b4d4b3562add4f59aeb1221a7925e6f9db3.tar.gz freebsd-ports-graphics-62438b4d4b3562add4f59aeb1221a7925e6f9db3.tar.zst freebsd-ports-graphics-62438b4d4b3562add4f59aeb1221a7925e6f9db3.zip |
Add USE_PKGCONFIG
Diffstat (limited to 'x11-wm/devilspie')
-rw-r--r-- | x11-wm/devilspie/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index c4f68dda136..9704c7dd5d2 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -18,6 +18,7 @@ USE_GNOME= libwnck USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |