diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-03 00:20:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-03 00:20:57 +0000 |
commit | 938d975cd99536b3b8ff827df4fac0cd7ee398a9 (patch) | |
tree | 36599796c4e758fb3bca9ca2bc31acc08ac34ec0 /graphics/gimp-app-devel | |
parent | 66c6c046caebf06d2919963a78564a10a3c7d2c8 (diff) | |
download | ports-938d975cd99536b3b8ff827df4fac0cd7ee398a9.tar.gz ports-938d975cd99536b3b8ff827df4fac0cd7ee398a9.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 87e05f47e08b..10f1eea5ff4d 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${PREFIX}/share/doc/gimp \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |