[Midnightbsd-cvs] mports: Makefile: add glade depends switch bison to a build depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 7 09:42:45 EDT 2008


Log Message:
-----------
add glade depends switch bison to a build depends only.

Modified Files:
--------------
    mports/math/gcalctool:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/gcalctool/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L math/gcalctool/Makefile -L math/gcalctool/Makefile -u -r1.3 -r1.4
--- math/gcalctool/Makefile
+++ math/gcalctool/Makefile
@@ -9,6 +9,7 @@
 
 PORTNAME=	gcalctool
 PORTVERSION=	5.22.2
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	math gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
@@ -20,13 +21,13 @@
 LICENSE=	gpl2
 
 USE_BZIP2=	yes
-USE_BISON=	yes
+USE_BISON=	build
 INSTALLS_OMF=	yes
 USE_GETTEXT=	yes
 USE_XLIB=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
-USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gnomedocutils
+USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 


More information about the Midnightbsd-cvs mailing list