diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /sysutils/xwatch | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'sysutils/xwatch')
-rw-r--r-- | sysutils/xwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 342f4db..280a796 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 17 July 1998 # Whom: mph # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/17 17:41:17 mph Exp $ # DISTNAME= xwatch-0.1.0 @@ -12,7 +12,7 @@ MASTER_SITES= http://hem.passagen.se/osk/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk +LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11-toolkits/gtk GNU_CONFIGURE= yes |