diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 03:36:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 03:36:45 +0800 |
commit | 8bc8c24c3be8f43107e2d8829a6c24797ae40cac (patch) | |
tree | 0b97aaf5308848a14fcfcd91f788afea084da445 /x11-fm/gnome-commander2 | |
parent | 7edcbdd136b9834dcdf659a8a4aee31ad08f48f1 (diff) | |
download | freebsd-ports-gnome-8bc8c24c3be8f43107e2d8829a6c24797ae40cac.tar.gz freebsd-ports-gnome-8bc8c24c3be8f43107e2d8829a6c24797ae40cac.tar.zst freebsd-ports-gnome-8bc8c24c3be8f43107e2d8829a6c24797ae40cac.zip |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 0929dc69fa05..768889df50a8 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui lthack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" |