diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-27 05:21:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-27 05:21:18 +0800 |
commit | 439e1c9ed34929ee3fc80e20caea79ed6036ba5c (patch) | |
tree | 2295876901827818416e8b9e5d7a7602ca5b181f /x11-themes/gnome-themes-extras | |
parent | d0fc79dc0bc2401cd05e23b884c5fcd8fa65de26 (diff) | |
download | freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.tar.gz freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.tar.zst freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.zip |
I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack should
not be together.
Diffstat (limited to 'x11-themes/gnome-themes-extras')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |