svn commit: r370121 - in head/devel/libole2: . files
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 21:03:23 UTC 2014
Author: tijl
Date: Sun Oct 5 21:03:22 2014
New Revision: 370121
URL: https://svnweb.freebsd.org/changeset/ports/370121
QAT: https://qat.redports.org/buildarchive/r370121/
Log:
Remove old patches and add INSTALL_TARGET=install-strip
Deleted:
head/devel/libole2/files/patch-libole2Conf.sh.in
head/devel/libole2/files/patch-ltmain.sh
Modified:
head/devel/libole2/Makefile
Modified: head/devel/libole2/Makefile
==============================================================================
--- head/devel/libole2/Makefile Sun Oct 5 21:01:02 2014 (r370120)
+++ head/devel/libole2/Makefile Sun Oct 5 21:03:22 2014 (r370121)
@@ -3,16 +3,17 @@
PORTNAME= libole2
PORTVERSION= 0.2.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome at FreeBSD.org
COMMENT= Support library for OLE functions (MS-Excel) for gnumeric
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USES= gmake libtool
USE_GNOME= glib12
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list