diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-13 21:55:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-13 21:55:12 +0800 |
commit | 625a46a3d37bc0f182e698479da5f198010609f7 (patch) | |
tree | b0e41604931dbcdb27dd0c8a6e7e168dffe156a6 /x11/xdialog/Makefile | |
parent | f619dbf3bbae593c5b337489fcc30c98699564f7 (diff) | |
download | freebsd-ports-gnome-625a46a3d37bc0f182e698479da5f198010609f7.tar.gz freebsd-ports-gnome-625a46a3d37bc0f182e698479da5f198010609f7.tar.zst freebsd-ports-gnome-625a46a3d37bc0f182e698479da5f198010609f7.zip |
upgrade to 2.0.0
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 |