aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-15 19:56:16 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-15 19:56:16 +0000
commit5ad79257dedea91db50cfff9e6671a27a1eafb4a (patch)
tree1d5237a9066942f4d68caab032d27674607e7ee6
parenta0a60590ca83d6f05b2b1659f1a98e26ccba5b6f (diff)
downloadports-5ad79257dedea91db50cfff9e6671a27a1eafb4a.tar.gz
ports-5ad79257dedea91db50cfff9e6671a27a1eafb4a.zip
Use devel/gettext instead of libintl included in the
distribution itself. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=29621
-rw-r--r--deskutils/yank/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile
index eb9d7ec06118..4408cdfb5fce 100644
--- a/deskutils/yank/Makefile
+++ b/deskutils/yank/Makefile
@@ -22,8 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-x
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"