- Fix build on 4.x

Submitted by:	Ports Fury
PR:		ports/81723
Approved by:	Radek Kozlowski <radek@raadradd.com> (maintainer)
This commit is contained in:
Simon Barner 2005-06-01 00:31:15 +00:00
parent 159dc195b9
commit b9b8d48bbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136571

View File

@ -14,15 +14,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= radek@raadradd.com
COMMENT= GTK+ based simple text editor
USE_GNOME= gtk20 gnomehier desktopfileutils
USE_GNOME= gtk20 gnomehier desktopfileutils intlhack
USE_GCC= 3.4
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
PTHREAD_LIB="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-chooser
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
.endif