diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 04:04:25 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 04:04:25 +0000 |
commit | 3c6f319da2d683b6839ce19db9227be7ded506de (patch) | |
tree | 95c3a16170ad72282fe952623eb67748d7f0962b /misc/lifelines/Makefile | |
parent | 3cd8f9089fb4f54d1edd48a3b569be9884094e48 (diff) |
Notes
Diffstat (limited to 'misc/lifelines/Makefile')
-rw-r--r-- | misc/lifelines/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index c3d5e241665c..921dfd9fc13b 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lifelines -PORTVERSION= 3.0.37.2 +PORTVERSION= 3.0.46.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_ICONV= yes USE_BZIP2= yes +USE_BISON= yes USE_GETOPT_LONG=yes MAN1= btedit.1 dbverify.1 llines.1 |