diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /devel/sdts++ | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'devel/sdts++')
-rw-r--r-- | devel/sdts++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index a23e5d58deeb..b3cf9a6ad0ac 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -22,7 +22,7 @@ USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include -.include <bsd.port.pre.mk> +.include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport |