diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-26 13:01:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-26 13:01:37 +0800 |
commit | 2b0cf5d3cedc3073685f200510fe1ea73c307102 (patch) | |
tree | 3b91c550a3e0f5d5537dd63de181b6d98c03d60f /textproc/gnome-spell/Makefile | |
parent | c64eb4336f45e40981ff4e64be0c5a8225cc7819 (diff) | |
download | freebsd-ports-gnome-2b0cf5d3cedc3073685f200510fe1ea73c307102.tar.gz freebsd-ports-gnome-2b0cf5d3cedc3073685f200510fe1ea73c307102.tar.zst freebsd-ports-gnome-2b0cf5d3cedc3073685f200510fe1ea73c307102.zip |
Use the new libtool scheme.
Diffstat (limited to 'textproc/gnome-spell/Makefile')
-rw-r--r-- | textproc/gnome-spell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 5171a48b8897..e382f743ec3a 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION} |