Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 22:12:04 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403820 - head/lang/smalltalk
Message-ID:  <201512152212.tBFMC456009805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512152212.tBFMC456009805>