diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /comms/cwdaemon | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'comms/cwdaemon')
-rw-r--r-- | comms/cwdaemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/cwdaemon/Makefile b/comms/cwdaemon/Makefile index 9424a318b765..6bd588051f7a 100644 --- a/comms/cwdaemon/Makefile +++ b/comms/cwdaemon/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio cw (Morse code) keyer daemon -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= cw:${PORTSDIR}/comms/unixcw INSTALL_TARGET= install-exec GNU_CONFIGURE= yes +USE_PKGCONFIG= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc MAN8= cwdaemon.8 |