Need this tiny change for gimp port to build using 2013-JUN-27
snapshot. ports tree updated a day ago from spacehopper.
Without it, make package phase would error out on port-wantlib-args target.
--patrick
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v
retrieving revision 1.92
diff -u -p -u -p -r1.92 Makefile
--- Makefile 20 Jun 2013 06:54:36 -0000 1.92
+++ Makefile 4 Jul 2013 04:17:20 -0000
@@ -45,7 +45,8 @@ LIB_DEPENDS= x11/gtk+2 \
print/poppler \
graphics/gegl>=0.2 \
graphics/openjpeg \
- net/curl
+ net/curl \
+ net/avahi
# GPLv2
PERMIT_PACKAGE_CDROM= Yes