diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /comms/tlf | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (diff) | |
download | ports-b3b33257e512916a4f977c9026941425a3aa916a.tar.gz ports-b3b33257e512916a4f977c9026941425a3aa916a.zip |
Notes
Diffstat (limited to 'comms/tlf')
-rw-r--r-- | comms/tlf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index cfe3dd461a3a..18aec71c0acf 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -19,6 +19,7 @@ COMMENT= Amateur Radio curses based logging program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= autoconf libtool aclocal automake +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" |