From b0d3884f03232979186b19296d83a1eb5be1e0da Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Mon, 27 Aug 2007 09:43:25 +0000 Subject: [PATCH] Adjust depends and bump PORTREVISION. --- editors/rospell/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index 3be5ed7125c6..c7dd77d73026 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -2,23 +2,24 @@ # Date created: 2005-11-04 # Whom: Ion-Mihai "IOnut" Tetcu # -# $Tecnik: ports/editors/rospell/Makefile,v 1.4 2006/05/15 10:49:31 itetcu Exp $ # $FreeBSD$ PORTNAME= rospell DISTVERSION= 2007.01.rc3 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= editors textproc # this should/will be romanian ;) MASTER_SITES= SF MAINTAINER= itetcu@FreeBSD.org COMMENT= QT-based editor with support for romanian charsets and spell checking -BUILD_DEPENDS+= ${LOCALBASE}/include/readtags.h:${PORTSDIR}/devel/ctags -RUN_DEPENDS+= ${LOCALBASE}/lib/readtags.o:${PORTSDIR}/devel/ctags +BUILD_DEPENDS+= exctags:${PORTSDIR}/devel/ctags +RUN_DEPENDS+= exctags:${PORTSDIR}/devel/ctags +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg -USE_XLIB= yes +USE_XORG= x11 xext USE_QT_VER= 3 + MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"