diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
commit | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/fl_moxgen | |
parent | 61471fa1979be372d658dc9dff40bb18aca2191c (diff) | |
download | ports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.tar.gz ports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.zip |
Notes
Diffstat (limited to 'comms/fl_moxgen')
-rw-r--r-- | comms/fl_moxgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/fl_moxgen/Makefile b/comms/fl_moxgen/Makefile index c7e47dcba895..cf7d7a93b4c3 100644 --- a/comms/fl_moxgen/Makefile +++ b/comms/fl_moxgen/Makefile @@ -14,7 +14,7 @@ COMMENT= Compute the dimensions of a Moxon Rectangle antenna LICENSE= GPLv3 -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk DESKTOP_ENTRIES= "Fl_MoxGen" "${COMMENT}" "" "${PORTNAME}" \ "Network;HamRadio;" "false" @@ -27,7 +27,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPDF} - LIB_DEPENDS+= hpdf:${PORTSDIR}/print/libharu + LIB_DEPENDS+= libhpdf.so:${PORTSDIR}/print/libharu ALL_TARGET= fl_moxgen .else ALL_TARGET= fl_moxgen_no_pdf |