aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/skim
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
committerwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
commit27a736fb02fecd595cc796a3b6ef1617479e56ac (patch)
tree68b15647c974de831db75d2d9d7e4711a809a395 /textproc/skim
parent89a56cf662a394a87c66ec55cfad74f79014a10b (diff)
downloadfreebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.gz
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.zst
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'textproc/skim')
-rw-r--r--textproc/skim/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile
index 5ef144259991..b88ea663fb7a 100644
--- a/textproc/skim/Makefile
+++ b/textproc/skim/Makefile
@@ -27,19 +27,12 @@ PYDISTUTILS_NOEGGINFO= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
- PREFIX="${PREFIX}"
+ PREFIX="${PREFIX}" \
+ CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500035
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
-CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport ${CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}"
-.else
-CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
-.endif
+.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in