diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-23 15:11:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-23 15:11:46 +0000 |
commit | 72815f7770359fc6ecab907efde20a64b8df3266 (patch) | |
tree | 3ec72a137f579633603e82963660951a40f44842 /x11/cnslock | |
parent | c1ebc85e6aec76232ecaba9ebce0af528a93e95d (diff) | |
download | ports-72815f7770359fc6ecab907efde20a64b8df3266.tar.gz ports-72815f7770359fc6ecab907efde20a64b8df3266.zip |
Notes
Diffstat (limited to 'x11/cnslock')
-rw-r--r-- | x11/cnslock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/cnslock/Makefile b/x11/cnslock/Makefile index 39b48e6cbf5e..9e485a17e9b8 100644 --- a/x11/cnslock/Makefile +++ b/x11/cnslock/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: cnslock -# Date created: 10 May 2003 +# Date created: 10 Apr 2003 # Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> # # $FreeBSD$ @@ -9,13 +9,14 @@ PORTNAME= cnslock PORTVERSION= 1.02 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.dockapps.com/download.php/id/181/ \ - ftp://ftp.nsu.ru/tmp/ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@regency.nsu.ru COMMENT= A visual indicator of the states of the three "lock" buttons LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +USE_GNOME= gtk12 USE_X_PREFIX= yes USE_XPM= yes |