diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /comms/hamlib/Makefile | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'comms/hamlib/Makefile')
-rw-r--r-- | comms/hamlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 115f359402f8..1c96f2a4f220 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -13,11 +13,12 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl USES= perl5 libtool:keepla pkgconfig pathfix tcl USE_GNOME= libxml2 USE_PYTHON= yes -USE_AUTOTOOLS= autoconf libltdl +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |