diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-23 23:11:46 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-23 23:11:46 +0800 |
commit | 6f9b3681dd705f02c85a3b50162bcdb7399af0ba (patch) | |
tree | 3723de50a46e37c61f1ebe4fe7eb10d7e890e802 /x11/cnslock/Makefile | |
parent | e3a02c46726bd11c0f5e7fde21223b1fee07beb6 (diff) | |
download | freebsd-ports-gnome-6f9b3681dd705f02c85a3b50162bcdb7399af0ba.tar.gz freebsd-ports-gnome-6f9b3681dd705f02c85a3b50162bcdb7399af0ba.tar.zst freebsd-ports-gnome-6f9b3681dd705f02c85a3b50162bcdb7399af0ba.zip |
Add missing dependency on gtk12.
Submitted by: MAINTAINER
Diffstat (limited to 'x11/cnslock/Makefile')
-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 |