diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 19:06:48 +0800 |
commit | db0f1aa158cfb45400db94ee22009b683ff9c271 (patch) | |
tree | 39ca394345af82184485bbac307a4e87519374dc /comms/fldigi/Makefile | |
parent | 5bec4d844f08034eea5494f67d2ba8515200c2ce (diff) | |
download | freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.gz freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.tar.zst freebsd-ports-gnome-db0f1aa158cfb45400db94ee22009b683ff9c271.zip |
convert libcddb and libsamplerate to only build depend on pkgconf, track
dependency impact
Diffstat (limited to 'comms/fldigi/Makefile')
-rw-r--r-- | comms/fldigi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 6a29214dcba4..628b823dad06 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate\ GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GMAKE= yes +USE_PKGCONFIG= build CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" MAN1= fldigi.1 |