diff options
Diffstat (limited to 'devel/bison-devel/Makefile')
-rw-r--r-- | devel/bison-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 233ff0571062..b490fdb86833 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= bison -PORTVERSION= 1.30 +PORTVERSION= 1.28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bison.1 |