diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 00:12:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 00:12:17 +0000 |
commit | 82a5ee7ccc5ab024e8723f86706a2806900a37d3 (patch) | |
tree | 3a7527e63f304a6cf7b54ae1f519e104a1014a11 /x11/libxklavier/Makefile | |
parent | b520682c655d1bc8a996b7758c0c91c1f69a8bbf (diff) | |
download | FreeBSD-ports-82a5ee7ccc5ab024e8723f86706a2806900a37d3.zip FreeBSD-ports-82a5ee7ccc5ab024e8723f86706a2806900a37d3.tar.gz |
Update to 1.04, and use the new libtool scheme.
Diffstat (limited to 'x11/libxklavier/Makefile')
-rw-r--r-- | x11/libxklavier/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index ef7c913..3f0fa3d 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxklavier -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.04 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -20,7 +19,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnometarget gnomehack libxml2 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --disable-doxygen CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |