diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-20 19:33:31 +0800 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-20 19:33:31 +0800 |
commit | 73b6d6b8fe09e0b4d14c026e9ea1e81444a491b8 (patch) | |
tree | ab4f2d3ed3c535e06109b6a2e047325a705824c6 /x11/libgnome | |
parent | 90c685d70e80dbb56a82b861fe7245ef4b8c1b02 (diff) | |
download | freebsd-ports-gnome-73b6d6b8fe09e0b4d14c026e9ea1e81444a491b8.tar.gz freebsd-ports-gnome-73b6d6b8fe09e0b4d14c026e9ea1e81444a491b8.tar.zst freebsd-ports-gnome-73b6d6b8fe09e0b4d14c026e9ea1e81444a491b8.zip |
Delete some meaningless line from Makefile.
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f39a1b67e945..b1b35ed5e841 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -29,10 +29,8 @@ USE_LIBTOOL= yes LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --disable-gnome-hello \ --disable-test-gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include/giflib" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |