svn commit: r360348 - head/textproc/libsass
Tijl Coosemans
tijl at FreeBSD.org
Thu Jul 3 09:45:24 UTC 2014
Author: tijl
Date: Thu Jul 3 09:45:23 2014
New Revision: 360348
URL: http://svnweb.freebsd.org/changeset/ports/360348
QAT: https://qat.redports.org/buildarchive/r360348/
Log:
Add USES=libtool
Modified:
head/textproc/libsass/Makefile
head/textproc/libsass/pkg-plist
Modified: head/textproc/libsass/Makefile
==============================================================================
--- head/textproc/libsass/Makefile Thu Jul 3 09:25:00 2014 (r360347)
+++ head/textproc/libsass/Makefile Thu Jul 3 09:45:23 2014 (r360348)
@@ -3,7 +3,7 @@
PORTNAME= libsass
PORTVERSION= 1.0.1
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= nivit at FreeBSD.org
@@ -21,9 +21,9 @@ INSTALL_TARGET= install-strip
PATHFIX_MAKEFILEIN= Makefile.am
+USES= libtool pathfix
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
USE_GITHUB= yes
USE_LDCONFIG= yes
-USES= pathfix
.include <bsd.port.mk>
Modified: head/textproc/libsass/pkg-plist
==============================================================================
--- head/textproc/libsass/pkg-plist Thu Jul 3 09:25:00 2014 (r360347)
+++ head/textproc/libsass/pkg-plist Thu Jul 3 09:45:23 2014 (r360348)
@@ -1,7 +1,7 @@
include/sass.h
include/sass_interface.h
lib/libsass.a
-lib/libsass.la
lib/libsass.so
lib/libsass.so.0
+lib/libsass.so.0.0.0
libdata/pkgconfig/libsass.pc
More information about the svn-ports-all
mailing list