diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
commit | c0f2d39d1609eee4c5179012c66f2204c13840fb (patch) | |
tree | 5fd93bdcb700417e9d90ed756bbe446e1638689d /x11/zenity | |
parent | f240c52224de5d178c01720f2ca407e11ff6abcd (diff) | |
download | marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.gz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.bz2 marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.lz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.xz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.zst marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.zip |
Remove obsolete popt dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 58ffc614c..73919e8bc 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,7 +3,7 @@ # Whom: Franz Klammer <klammer@webonaut.com> # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.66 2006/08/21 16:48:16 ahze Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.67 2006/09/04 15:38:37 ahze Exp $ # PORTNAME= zenity @@ -17,7 +17,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Display GNOME dialogs from the command line BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_XLIB= yes |