diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /comms/tlf | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'comms/tlf')
-rw-r--r-- | comms/tlf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 809bb4bd1319..d0c5145520a4 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio curses based logging program -USE_AUTOTOOLS= autoconf:259 libtool:15 aclocal:19 automake:19 +USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19 GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" |