diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-11 04:02:13 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-11 04:02:13 +0800 |
commit | 9fbb87ac2566f6d187308604d624baf44262d52b (patch) | |
tree | b17fe608ea44925dcab99937dcac3fa30caa4e9a /x11/gnomepanel | |
parent | f98d151d3cae48ed70c7df565d84b5d9a5beee09 (diff) | |
download | marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.gz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.bz2 marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.lz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.xz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.zst marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.zip |
Apply the USE_LIBTOOL_VER -> USE_INC_LIBTOOL_VER changes that were in
the FreeBSD repo's big libtool commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2474 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 2c6f7b665..1d66d47fc 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -24,7 +24,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \ libwnck GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-kde-docdir=${LOCALBASE}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |