diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 63ab9ba2de0..9c1070f511a 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.43 2012/06/01 22:00:27 landry Exp $ +# $OpenBSD: Makefile,v 1.44 2012/08/04 14:43:37 ajacoutot Exp $ SHARED_ONLY= Yes COMMENT= DTP program DISTNAME= scribus-1.4.1 CATEGORIES= print +REVISION= 0 HOMEPAGE= http://www.scribus.net/ @@ -40,7 +41,7 @@ LIB_DEPENDS= graphics/jpeg \ graphics/lcms2 \ graphics/tiff \ ${MODPY_LIB_DEPENDS} \ - print/cups \ + print/cups,-libs \ textproc/libxml \ textproc/aspell/core \ devel/libexecinfo diff --git a/x11/gnustep/gui/Makefile b/x11/gnustep/gui/Makefile index 6717394c0a7..951cfd4781a 100644 --- a/x11/gnustep/gui/Makefile +++ b/x11/gnustep/gui/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2012/07/08 13:35:08 sebastia Exp $ +# $OpenBSD: Makefile,v 1.26 2012/08/04 14:47:41 ajacoutot Exp $ COMMENT= GNUstep gui library DISTNAME = gnustep-gui-0.22.0 +REVISION = 0 CATEGORIES= devel @@ -26,7 +27,8 @@ LIB_DEPENDS= audio/libao \ graphics/jpeg \ graphics/libungif \ graphics/png \ - print/cups \ + graphics/tiff \ + print/cups,-libs \ textproc/aspell/core CONFIGURE_STYLE=gnu