Bento flagged this port as non-buildable. Turns out it needs an explicit X dependency. Fix: Please Apply the following patch: +USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk>--YAGyhqdPyvQMH0TVoGiCMxJUQxiuFnUthQD9kC7H9QXnsTnG Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Wed Feb 6 20:19:52 2002 +++ Makefile Mon Apr 1 09:58:25 2002 @@ -7,13 +7,15 @@ PORTNAME= libstroke PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.etla.net/libstroke/ MAINTAINER= jerry@thehutt.org How-To-Repeat: Attempt to build the port w/out having any X library headers or libraries installed.
State Changed From-To: open->closed Committed, Thanks!