diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-12-15 22:12:04 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-12-15 22:12:04 +0000 |
commit | 0b10f5b7dfeb2579a011fa1453fe42f3284ef591 (patch) | |
tree | 52547107d8f12b499261f51f6f27df6eefeb3e54 /lang/smalltalk | |
parent | 360dfb47be83f5808a2732e9fcb556e6a2bcb7f6 (diff) | |
download | ports-0b10f5b7dfeb2579a011fa1453fe42f3284ef591.tar.gz ports-0b10f5b7dfeb2579a011fa1453fe42f3284ef591.zip |
Notes
Diffstat (limited to 'lang/smalltalk')
-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: |