diff options
author | pav <pav@FreeBSD.org> | 2004-05-03 20:23:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-03 20:23:22 +0800 |
commit | 4ca480b4f655f2c092cc45d46c38995a1dff375c (patch) | |
tree | 6a1c660f29fedcf4032dfd32723e03db6dd7a214 /audio/grip | |
parent | ecc9f72cfcf40fc5cdcef1219b1248706d27a254 (diff) | |
download | freebsd-ports-gnome-4ca480b4f655f2c092cc45d46c38995a1dff375c.tar.gz freebsd-ports-gnome-4ca480b4f655f2c092cc45d46c38995a1dff375c.tar.zst freebsd-ports-gnome-4ca480b4f655f2c092cc45d46c38995a1dff375c.zip |
- Use Libtool
PR: ports/66188
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'audio/grip')
-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" |