diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-03 08:20:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-03 08:20:57 +0800 |
commit | 1f6a18973ad5a67efaee5bb68ea1578e2bdcdc95 (patch) | |
tree | 314a4b676e6d5cfeeec089ef1c9ee93ba2c6923a /graphics/gimpshop | |
parent | cce0469b740e03e065107b5678688400a9b0acd4 (diff) | |
download | freebsd-ports-gnome-1f6a18973ad5a67efaee5bb68ea1578e2bdcdc95.tar.gz freebsd-ports-gnome-1f6a18973ad5a67efaee5bb68ea1578e2bdcdc95.tar.zst freebsd-ports-gnome-1f6a18973ad5a67efaee5bb68ea1578e2bdcdc95.zip |
Revert last commit since the problem was actually being caused by
pango-1.2.2.
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 87e05f47e08b..10f1eea5ff4d 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/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} |