[Midnightbsd-cvs] mports: Makefile: Switch to USE_XORG.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 18:03:46 EDT 2008


Log Message:
-----------
Switch to USE_XORG.

Add a depends for linux-esound as we need that to keep the app from crashing (or sound must be disabled in the app)

Modified Files:
--------------
    mports/net-im/aim:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/aim/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L net-im/aim/Makefile -L net-im/aim/Makefile -u -r1.4 -r1.5
--- net-im/aim/Makefile
+++ net-im/aim/Makefile
@@ -8,22 +8,22 @@
 
 PORTNAME=	aim
 PORTVERSION=	1.5.286
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im linux
 MASTER_SITES=	ftp://ftp.newaol.com/aimgen/380469/
 DISTNAME=	aim-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	AOL's Instant Messenger (AIM) client 
-#'
+COMMENT=	AOL's Instant Messenger (AIM) client
 LICENSE=	restricted
 
-RUN_DEPENDS=	${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
+RUN_DEPENDS=	${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \
+		${LINUXBASE}/usr/bin/esdplay:${PORTSDIR}/audio/linux-esound
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
-USE_X_PREFIX=	yes
+USE_XORG=	x11
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_LDCONFIG=	yes
@@ -36,7 +36,6 @@
 	@${ECHO_CMD} -n "exec ${LINUXBASE}/usr/bin/aim" >>${WRKDIR}/aim
 	@${ECHO_CMD} ' "$$@"' >>${WRKDIR}/aim
 
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/aim ${LINUXBASE}/usr/bin
 	${BRANDELF} -t Linux ${LINUXBASE}/usr/bin/aim
@@ -44,4 +43,3 @@
 	${INSTALL_PROGRAM} ${WRKDIR}/aim ${PREFIX}/bin/aim
 
 .include <bsd.port.mk>
-


More information about the Midnightbsd-cvs mailing list