diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-15 19:56:16 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-15 19:56:16 +0000 |
commit | 5ad79257dedea91db50cfff9e6671a27a1eafb4a (patch) | |
tree | 1d5237a9066942f4d68caab032d27674607e7ee6 /deskutils/yank | |
parent | a0a60590ca83d6f05b2b1659f1a98e26ccba5b6f (diff) | |
download | ports-5ad79257dedea91db50cfff9e6671a27a1eafb4a.tar.gz ports-5ad79257dedea91db50cfff9e6671a27a1eafb4a.zip |
Notes
Diffstat (limited to 'deskutils/yank')
-rw-r--r-- | deskutils/yank/Makefile | 3 |
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" |