diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-17 03:18:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-17 03:18:24 +0800 |
commit | 059b76320207694476581dae714af38f955d7478 (patch) | |
tree | f281c62dd4ace5ef7103edf127de9b1f6f8f80e3 /x11-fm/gnome-commander | |
parent | d9c7baf9be4e040e241997a9ff89f23cd11a7d2c (diff) | |
download | freebsd-ports-gnome-059b76320207694476581dae714af38f955d7478.tar.gz freebsd-ports-gnome-059b76320207694476581dae714af38f955d7478.tar.zst freebsd-ports-gnome-059b76320207694476581dae714af38f955d7478.zip |
Fix packaging due to gnomehack being overwritten by automake.
Reported by: bento via kris
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index f0c2035f0244..177258866edc 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -22,11 +22,8 @@ CONFIGURE_ARGS= --without-fam USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf gtk12 +USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf GNU_CONFIGURE= yes -WANT_AUTOCONF_VER= 253 -USE_AUTOMAKE= yes -WANT_AUTOMAKE_VER= 14 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" |