svn commit: r329349 - head/devel/libpafe-ruby
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Oct 4 17:46:56 UTC 2013
Author: ume
Date: Fri Oct 4 17:46:55 2013
New Revision: 329349
URL: http://svnweb.freebsd.org/changeset/ports/329349
Log:
- enable stage.
- use new LIB_DEPENDS format.
Modified:
head/devel/libpafe-ruby/Makefile
Modified: head/devel/libpafe-ruby/Makefile
==============================================================================
--- head/devel/libpafe-ruby/Makefile Fri Oct 4 17:34:52 2013 (r329348)
+++ head/devel/libpafe-ruby/Makefile Fri Oct 4 17:46:55 2013 (r329349)
@@ -14,14 +14,17 @@ COMMENT= Ruby binding for libpafe
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= pafe:${PORTSDIR}/devel/libpafe
+LIB_DEPENDS= libpafe.so:${PORTSDIR}/devel/libpafe
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
+NEED_ROOT= yes
PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/pasori.so
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
+pre-install:
+ @${MKDIR} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list