diff options
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | mail/libsieve/Makefile | 1 | ||||
-rw-r--r-- | print/lilypond-devel/Makefile | 3 | ||||
-rw-r--r-- | www/egueb/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 1 |
5 files changed, 1 insertions, 9 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index f38303cbe1d7..cf9f1a8e6e49 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -36,10 +36,6 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.ifdef USE_BISON -.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/bison.info* @${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index d1673cf2366d..2230e85b8abc 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} USE_GMAKE= yes USES= bison -USE_BISON= build USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 50b8a7e25f0c..5dad7c625654 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -45,8 +45,7 @@ INFO= lilypond-notation \ music-glossary \ internals -USE_BISON= build -USES= gettext +USES= bison gettext USE_GMAKE= yes USE_GHOSTSCRIPT=9 USE_PYTHON= yes diff --git a/www/egueb/Makefile b/www/egueb/Makefile index 105151e4b1da..c0beefde107a 100644 --- a/www/egueb/Makefile +++ b/www/egueb/Makefile @@ -18,7 +18,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USES= bison pathfix -USE_BISON= build USE_EFL= eina enesim ender etch libtool_hack USE_GNOME= pkgconfig USE_LDCONFIG= yes diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 685962bb8475..9fe96032abbd 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -23,7 +23,6 @@ USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_BISON= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |