Looks like some fall out from the removal of old no underscore options..

Does anyone mind if I commit this patch:
Index: graphics/gd/files/Makefile.bsd
===================================================================
--- graphics/gd/files/Makefile.bsd      (revision 310554)
+++ graphics/gd/files/Makefile.bsd      (working copy)
@@ -40,7 +40,7 @@
 
 install:
        mkdir -p ${PREFIX}/include
-       ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \
+       ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NO_PROFILE=true \
                SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
                -f ${MAKEDIR}/bsd.lib.mk install
        cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include

w/o it on a recent HEAD it tries to install libgd_p.a which isn't built...

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to