diff options
author | johans <johans@FreeBSD.org> | 2015-12-16 06:12:04 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-12-16 06:12:04 +0800 |
commit | 72d53c7a8ff93a2f41afee25bfc5ce02e1e34aeb (patch) | |
tree | 52547107d8f12b499261f51f6f27df6eefeb3e54 /lang | |
parent | b2f41c9b0d59a7c17e9f60d7238ebe784da120bd (diff) | |
download | freebsd-ports-gnome-72d53c7a8ff93a2f41afee25bfc5ce02e1e34aeb.tar.gz freebsd-ports-gnome-72d53c7a8ff93a2f41afee25bfc5ce02e1e34aeb.tar.zst freebsd-ports-gnome-72d53c7a8ff93a2f41afee25bfc5ce02e1e34aeb.zip |
Use modern USES features (execinfo, localbase); no functional changes
PR: 205347
Submitted by: pawel
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index ba76803d5329..38d6483045d5 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -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/tcl8.4 tk=${LOCALBASE}/lib/tk8.4 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: |