diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /misc/wmweather | |
parent | 68ee2dd59c7dc7173d1688b825cc1c5a70f097c1 (diff) |
Notes
Diffstat (limited to 'misc/wmweather')
-rw-r--r-- | misc/wmweather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile index 0dd515758b2e..80df7eb39831 100644 --- a/misc/wmweather/Makefile +++ b/misc/wmweather/Makefile @@ -6,13 +6,14 @@ PORTNAME= wmweather PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= misc windowmaker MASTER_SITES= http://www.godisch.de/debian/wmweather/ MAINTAINER= kris@FreeBSD.org COMMENT= A WMaker dockapp which displays meteorological data for your city -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl BUILD_DEPENDS= xmessage:${X_CLIENTS_PORT} RUN_DEPENDS= xmessage:${X_CLIENTS_PORT} |