diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 16:22:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 16:22:25 +0000 |
commit | 63906fdc28ccbe930aebc225887aeb410878bb17 (patch) | |
tree | 0f7806df278ccc0c4f22ce7f3e29d272e574678f /x11/gdm2/Makefile | |
parent | f975e9d13f1b46fcb740b41a60690144396446f4 (diff) |
Update to 2.2.5.2.
Notes
Notes:
svn path=/head/; revision=50575
Diffstat (limited to 'x11/gdm2/Makefile')
-rw-r--r-- | x11/gdm2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index de5bdcde3ec9..3d7bd2147481 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gdm -PORTVERSION= 2.2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.2.5.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gdm @@ -17,9 +16,10 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} GDMDIR?= ${PREFIX}/etc/gdm |