diff options
Diffstat (limited to 'comms/gmfsk/Makefile')
-rw-r--r-- | comms/gmfsk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index 2c304fecc602..ff7ca04122ba 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -15,7 +15,7 @@ COMMENT= The Gnome MFSK terminal program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw +LIB_DEPENDS= libfftw.so:math/fftw GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -33,7 +33,7 @@ OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Enable HAMLIB Support OPTIONS_DEFAULT= HAMLIB -HAMLIB_LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib +HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib HAMLIB_CONFIGURE_ENABLE= hamlib HAMLIB_CONFIGURE_ENV= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig |