[Midnightbsd-cvs] mports: Makefile: add missing dependancy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 4 08:00:52 EST 2007


Log Message:
-----------
add missing dependancy

Modified Files:
--------------
    mports/editors/gedit:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/gedit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Leditors/gedit/Makefile -Leditors/gedit/Makefile -u -r1.1 -r1.2
--- editors/gedit/Makefile
+++ editors/gedit/Makefile
@@ -18,7 +18,8 @@
 COMMENT=	A small but powerful text editor for GNOME 2 Desktop Environment
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS=	enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS=	enchant.1:${PORTSDIR}/textproc/enchant \
+		gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 
 USE_BZIP2=	yes


More information about the Midnightbsd-cvs mailing list