aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-06 12:26:02 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-06 12:26:02 +0000
commitd23a225ecdba85943c6ec08b02a78783910d6cf2 (patch)
treeb76991a6421e0c61e84869d97d6eba277306ca09 /comms
parentbece4aabbcafbe74a206aeca23a1cbbb5626ff26 (diff)
downloadports-d23a225ecdba85943c6ec08b02a78783910d6cf2.tar.gz
ports-d23a225ecdba85943c6ec08b02a78783910d6cf2.zip
Do not set OPTIONS_DEFINE twice
Notes
Notes: svn path=/head/; revision=489481
Diffstat (limited to 'comms')
-rw-r--r--comms/tlf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index d10b067e0c94..112d1c27aac5 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tlf
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://www.hs-mittweida.de/tb/ \
LOCAL/shurd
@@ -33,6 +34,4 @@ HAMLIB_CONFIGURE_ENABLE=hamlib
FLDIGI_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c
FLDIGI_CONFIGURE_ENABLE=fldigi-xmlrpc
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>