diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 21:21:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 21:21:18 +0000 |
commit | 695d1990a50faf91e2e66d1bf972a7b7b2f614ef (patch) | |
tree | 34b2d6ff09df640f4f1596cd82f877b397471bb2 | |
parent | b0899ecbf56fd2733ef9d152fec53f6797666b39 (diff) | |
download | ports-695d1990a50faf91e2e66d1bf972a7b7b2f614ef.tar.gz ports-695d1990a50faf91e2e66d1bf972a7b7b2f614ef.zip |
Notes
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 020a8fe67424..9f4c12000012 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack gnometarget lthack pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index a7e60ed895d5..794043492540 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui lthack +USE_GNOME= gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |