summaryrefslogtreecommitdiffstats
path: root/x11/gdm
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-14 09:39:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-14 09:39:37 +0800
commitada585bad11742f72cf7cdaec027e793321befa7 (patch)
treef62b297695b7b82c39d2399fd793fcaf0eb275f6 /x11/gdm
parent59a5ffa3bbf57e42c909182c106e042e98d0e46e (diff)
downloadmarcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar.gz
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar.bz2
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar.lz
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar.xz
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.tar.zst
marcuscom-ports-ada585bad11742f72cf7cdaec027e793321befa7.zip
Add a missing LIB_DEPENDS on popt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10736 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile4
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