diff options
author | Diane Bruce <db@FreeBSD.org> | 2012-06-08 03:47:36 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2012-06-08 03:47:36 +0000 |
commit | 9fb1553113182c8d774da7a49c4848ca33226aea (patch) | |
tree | f65487b76088eff3b10a75114232eebd20881c74 | |
parent | 4e54a431b0e2832c6107f2f8e30417e79bb50450 (diff) |
Notes
-rw-r--r-- | comms/tlf/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index b3986ce42c1a..cfe3dd461a3a 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -23,13 +23,16 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" LDFLAGS+= ${PTHREAD_LIBS} -OPTIONS= HAMLIB "Use hamlib" ON + +OPTIONS_DEFINE= HAMLIB +HAMLIB_DESC= Use hamlib +OPTION_DEFAULT= HAMLIB MAN1= tlf.1 .include <bsd.port.pre.mk> -.if !defined(WITHOUT_HAMLIB) +.if ${PORT_OPTIONS:MHAMLIB} LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib CONFIGURE_ARGS+= --enable-hamlib .else |