diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-03 12:23:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-03 12:23:22 +0000 |
commit | 9bbd3a3e7042c5932f72bcb53aa934f1dd1d45e5 (patch) | |
tree | 7f0b1a02f2c52e07e7aba4d54c006ccc6f35c309 | |
parent | 4b98c484143d663d7f6125ee48308aa5a95046df (diff) | |
download | ports-9bbd3a3e7042c5932f72bcb53aa934f1dd1d45e5.tar.gz ports-9bbd3a3e7042c5932f72bcb53aa934f1dd1d45e5.zip |
- Use Libtool
PR: ports/66188
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=108264
-rw-r--r-- | audio/grip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 858e8003a96f..78221198a32a 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |