diff options
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index bf73ca57b..fa995ee86 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gdm/Makefile,v 1.113 2008/03/11 03:00:26 mezz Exp $ # PORTNAME= gdm PORTVERSION= 2.20.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 version of xdm display manager BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity USE_BZIP2= yes |