[Midnightbsd-cvs] mports: Makefile: Remove ia64 checks as we don't support the itanic.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 12 15:47:57 EDT 2008


Log Message:
-----------
Remove ia64 checks as we don't support the itanic.

Modified Files:
--------------
    mports/x11-toolkits/gtoolkit:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/gtoolkit/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11-toolkits/gtoolkit/Makefile -L x11-toolkits/gtoolkit/Makefile -u -r1.3 -r1.4
--- x11-toolkits/gtoolkit/Makefile
+++ x11-toolkits/gtoolkit/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	gtoolkit
 PORTVERSION=	0.9.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-toolkits gnustep
 MASTER_SITES=	ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/
 
@@ -16,7 +16,6 @@
 COMMENT=	Obj-C wrapper for gtk, a x11 graphics library
 LICENSE=	gpl2
 
-USE_GMAKE=	yes
 USE_GNUSTEP=	yes
 USE_MAKEFILE=	yes
 USE_GNUSTEP_PREFIX=	yes
@@ -39,10 +38,4 @@
 	${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
 		${WRKSRC}/Makefile.gnustep
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64"
-BROKEN=		gtksignal.h is missing from gtk
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list