[Midnightbsd-cvs] mports: Makefile: use bsd.mport.options.mk

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Nov 7 13:24:17 EST 2008


Log Message:
-----------
use bsd.mport.options.mk

Modified Files:
--------------
    mports/x11/libexo:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/libexo/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/libexo/Makefile -L x11/libexo/Makefile -u -r1.1 -r1.2
--- x11/libexo/Makefile
+++ x11/libexo/Makefile
@@ -38,7 +38,7 @@
 
 MAN1=		exo-csource.1 exo-open.1
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
 .if !defined(WITHOUT_HAL)
 CONFIGURE_ARGS+=--enable-hal
@@ -59,7 +59,6 @@
 .if defined(WITH_PYTHON)
 CONFIGURE_ARGS+=--enable-python
 USE_PYTHON=	yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
 BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
 PLIST_SUB+=	PYTHON=""
@@ -78,6 +77,8 @@
 PLIST_SUB+=	MCS_MANAGER="@comment "
 .endif
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|FALSE;;|FALSE;|' ${WRKSRC}/exo/exo-icon-view.c
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure


More information about the Midnightbsd-cvs mailing list