svn commit: r403820 - head/lang/smalltalk
Johan van Selst
johans at FreeBSD.org
Tue Dec 15 22:12:05 UTC 2015
Author: johans
Date: Tue Dec 15 22:12:04 2015
New Revision: 403820
URL: https://svnweb.freebsd.org/changeset/ports/403820
Log:
Use modern USES features (execinfo, localbase); no functional changes
PR: 205347
Submitted by: pawel
Modified:
head/lang/smalltalk/Makefile
Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile Tue Dec 15 22:06:12 2015 (r403819)
+++ head/lang/smalltalk/Makefile Tue Dec 15 22:12:04 2015 (r403820)
@@ -13,7 +13,6 @@ COMMENT= GNU Smalltalk
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
gawk:${PORTSDIR}/lang/gawk
LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libcairo.so:${PORTSDIR}/graphics/cairo
OPTIONS_DEFINE= TK PGSQL SDL
@@ -24,7 +23,8 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/t
PGSQL_USES= pgsql
SDL_USE= SDL=image,mixer,sdl,sound,ttf
-USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz
+USES= execinfo gmake iconv libtool localbase makeinfo pkgconfig \
+ shebangfix tar:xz
USE_GNOME= pango
USE_SQLITE= yes
USE_XORG= ice xi xmu
@@ -47,9 +47,6 @@ PORTDATA= *
INFO= gst gst-base gst-libs
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
BROKEN_sparc64= Fails to install on sparc64
post-patch:
More information about the svn-ports-all
mailing list