[Midnightbsd-cvs] mports: Makefile: This may fix the magus error.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 11:41:28 EST 2007


Log Message:
-----------
This may fix the magus error.

Modified Files:
--------------
    mports/editors/xemacs:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/xemacs/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L editors/xemacs/Makefile -L editors/xemacs/Makefile -u -r1.4 -r1.5
--- editors/xemacs/Makefile
+++ editors/xemacs/Makefile
@@ -18,8 +18,7 @@
 COMMENT?=	This port tracks the stable version of the XEmacs text editor
 
 CONFLICTS=	emacs-19.* emacs-21.* \
-		xemacs-devel-[0-9]* \
-		xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
+		xemacs-devel-[0-9]* 
 
 XEMACS_REL=	21.4
 XEMACS_VER=	21.4.20
@@ -74,8 +73,11 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff
 CONFIGURE_ARGS+=	--with-png --with-jpeg --with-tiff
+USE_XORG=	xbitmaps xlib xpm
 USE_XLIB=	yes
 USE_XPM=	yes
+BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps
+
 #.if !defined(WITHOUT_MOTIF) && !defined(MOTIF_STATIC)
 #USE_MOTIF=	yes
 #WITH_SCROLLBARS=	--with-scrollbars=motif


More information about the Midnightbsd-cvs mailing list