diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-20 19:33:31 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-20 19:33:31 +0800 |
commit | 97779d0f1f725e825dbcdaab1d19a5ef74df9003 (patch) | |
tree | 0b5be2d0adbbfe50bf1abc1efb4dc5aad5d4fdae /x11 | |
parent | e09f146c90801192a5dc390a005275d118cd807b (diff) | |
download | freebsd-ports-gnome-97779d0f1f725e825dbcdaab1d19a5ef74df9003.tar.gz freebsd-ports-gnome-97779d0f1f725e825dbcdaab1d19a5ef74df9003.tar.zst freebsd-ports-gnome-97779d0f1f725e825dbcdaab1d19a5ef74df9003.zip |
Delete some meaningless line from Makefile.
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index f39a1b67e945..b1b35ed5e841 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/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" diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index f39a1b67e945..b1b35ed5e841 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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" 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" |