diff options
-rw-r--r-- | x11-fm/dfm/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/dfm/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/dfm/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 07cbbe555d0b..ad2799ba0a1b 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= dfm -PORTVERSION= 0.99.6 +PORTVERSION= 0.99.8 CATEGORIES= x11-fm -MASTER_SITES= http://linux.tucows.com/files/x11/file/ +MASTER_SITES= http://dfm.online.de/ MAINTAINER= ports@FreeBSD.org @@ -22,7 +22,8 @@ USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" + CONFIGURE_ARGS= --disable-gtktest --disable-imlibtest MAN1= dfm.1x diff --git a/x11-fm/dfm/distinfo b/x11-fm/dfm/distinfo index 6f85718d445f..0093e7eaaa2d 100644 --- a/x11-fm/dfm/distinfo +++ b/x11-fm/dfm/distinfo @@ -1 +1 @@ -MD5 (dfm-0.99.6.tar.gz) = 2b8b2bacba0d9a7501d4ab4c401901a5 +MD5 (dfm-0.99.8.tar.gz) = 6717a24ec363d34d9a48607ff54763da diff --git a/x11-fm/dfm/pkg-descr b/x11-fm/dfm/pkg-descr index b2c1de7eb77d..2fec75bc025e 100644 --- a/x11-fm/dfm/pkg-descr +++ b/x11-fm/dfm/pkg-descr @@ -13,3 +13,5 @@ Here are some features: * Offix DND support * Detail View / Structure View * ... + +WWW: http://dfm.online.de/ |