[Midnightbsd-cvs] mports: Makefile: non functional changes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 2 11:37:08 EDT 2008


Log Message:
-----------
non functional changes

Modified Files:
--------------
    mports/x11/xscreensaver:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.4 -r1.5
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -24,8 +24,7 @@
 
 DESTDIRNAME=	install_prefix
 
-USE_XLIB=	yes
-USE_XPM=	yes
+USE_XORG=	xpm
 USE_GL=		yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -110,11 +109,11 @@
 	@ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
 	@ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \
 		-e 's#malloc.h#stdlib.h#g' \
-		-e 's#/usr/X11R6#${X11BASE}#g' \
+		-e 's#/usr/X11R6#${LOCALBASE}#g' \
 		${WRKSRC}/configure.Patched > ${WRKSRC}/configure
 
 post-install:
-	@(if test -x ${X11BASE}/bin/xscreensaver-hacks/webcollage-helper; then \
+	@(if test -x ${LOCALBASE}/bin/xscreensaver-hacks/webcollage-helper; then \
 		${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
 			${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \
 			${MV} ${TMPPLIST}.cat ${TMPPLIST}; fi)


More information about the Midnightbsd-cvs mailing list