diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-13 13:55:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-13 13:55:12 +0000 |
commit | 2548c0baee07070d5936202d42899d5f28572aa5 (patch) | |
tree | 6ea90784f6d5898150628675d411a2675a2ea52c /x11/xdialog/Makefile | |
parent | 9732b3c7af804a2ed0aa994f02bca532ee3c2ff6 (diff) | |
download | ports-2548c0baee07070d5936202d42899d5f28572aa5.tar.gz ports-2548c0baee07070d5936202d42899d5f28572aa5.zip |
Notes
Diffstat (limited to 'x11/xdialog/Makefile')
-rw-r--r-- | x11/xdialog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 2ba0837096b2..f21516e682f4 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -7,17 +7,20 @@ # PORTNAME= xdialog -PORTVERSION= 1.5.3 +PORTVERSION= 2.0.0 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} MAINTAINER= ijliao@FreeBSD.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + USE_BZIP2= yes USE_GTK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= Xdialog.1 |