[Midnightbsd-cvs] mports: Makefile: use bsd.mport.options.mk
    ctriv at midnightbsd.org 
    ctriv at midnightbsd.org
       
    Fri Nov  7 13:56:18 EST 2008
    
    
  
Log Message:
-----------
use bsd.mport.options.mk
Modified Files:
--------------
    mports/math/gnuplot:
        Makefile (r1.8 -> r1.9)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/gnuplot/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L math/gnuplot/Makefile -L math/gnuplot/Makefile -u -r1.8 -r1.9
--- math/gnuplot/Makefile
+++ math/gnuplot/Makefile
@@ -39,7 +39,7 @@
 MAN1=		gnuplot.1 lasergnu.1
 INFO=		gnuplot
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
 .if !defined(WITHOUT_X11)
 USE_XORG=		x11
@@ -96,6 +96,8 @@
 WX_CONF_ARGS=		absolute
 .endif
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 .if defined(WITHOUT_TETEX)
 	@${REINPLACE_CMD} -e \
    
    
More information about the Midnightbsd-cvs
mailing list