diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-04 11:27:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-04 11:27:52 +0000 |
commit | 5c51fbc76de8ecdca21d355dda5e1bf59b1a34bc (patch) | |
tree | 8dc8e0754d1c34602e48e2ad001e6794c2ca911a /comms | |
parent | d8046f15a3ab5293cce1d64953b7f812bcfcf2e2 (diff) | |
download | pkgsrc-5c51fbc76de8ecdca21d355dda5e1bf59b1a34bc.tar.gz |
Add pkg-config to tools, and mark as user-destdir ready.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/multisync-gui/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/multisync-gui/Makefile b/comms/multisync-gui/Makefile index 626ab397ede..29eafef90d7 100644 --- a/comms/multisync-gui/Makefile +++ b/comms/multisync-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/02 16:02:58 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/04 11:27:52 wiz Exp $ # DISTNAME= multisync-gui-0.91.0 @@ -9,7 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opensync.org/ COMMENT= GUI for libopensync +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= xdg-1.1 +USE_TOOLS+= pkg-config HAS_CONFIGURE= yes REPLACE_PYTHON= waf |