diff options
author | pav <pav@FreeBSD.org> | 2004-07-28 14:03:09 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-28 14:03:09 +0000 |
commit | 1ec90026c5b562a5610f5ad0a12cca4daa450abc (patch) | |
tree | 7536d6920f8f17459b6d681736d7819c3f380dce /editors/mlview/Makefile | |
parent | 9054343b3a1679b2174081dc0223365fb2c7d6e6 (diff) | |
download | FreeBSD-ports-1ec90026c5b562a5610f5ad0a12cca4daa450abc.zip FreeBSD-ports-1ec90026c5b562a5610f5ad0a12cca4daa450abc.tar.gz |
- Update to 0.6.3
PR: ports/69635
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index aad7a9b..3c66843 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mlview -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_AUTOCONF_VER= 253 USE_GNOME= gnomeprefix gnomehack eel2 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" |