Date: Fri, 10 Apr 2015 07:26:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383701 - head/graphics/graphos Message-ID: <201504100726.t3A7QiIs025092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 10 07:26:43 2015 New Revision: 383701 URL: https://svnweb.freebsd.org/changeset/ports/383701 Log: Convert to USES=gnustep Modified: head/graphics/graphos/Makefile Modified: head/graphics/graphos/Makefile ============================================================================== --- head/graphics/graphos/Makefile Fri Apr 10 07:25:50 2015 (r383700) +++ head/graphics/graphos/Makefile Fri Apr 10 07:26:43 2015 (r383701) @@ -13,10 +13,8 @@ COMMENT= Vector drawing application cent LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USES= gnustep +USE_GNUSTEP= back build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504100726.t3A7QiIs025092>