[Midnightbsd-cvs] mports: Makefile: add license, fix qt path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 22:08:35 EDT 2008


Log Message:
-----------
add license, fix qt path

Modified Files:
--------------
    mports/devel/dbus-qt3:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/dbus-qt3/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/dbus-qt3/Makefile -L devel/dbus-qt3/Makefile -u -r1.1 -r1.2
--- devel/dbus-qt3/Makefile
+++ devel/dbus-qt3/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	dbus
 PORTVERSION=	0.70
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	distfiles
@@ -17,6 +17,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Qt3 bindings for the D-BUS messaging system
+LICENSE=	gpl2
 
 LIB_DEPENDS=	dbus-1.3:${PORTSDIR}/devel/dbus \
 		qt-mt:${PORTSDIR}/x11-toolkits/qt33
@@ -25,7 +26,7 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CONFIGURE_ENV=	QTDIR=${X11BASE} CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV=	QTDIR=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 PLIST_SUB=	VERSION="1.0"


More information about the Midnightbsd-cvs mailing list