diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
commit | b2defd26b657665251b381ea4a52379ca0184727 (patch) | |
tree | 353053e62c39cfafadc3adefa985ee43719b73c0 /sysutils/xwatch | |
parent | ffb4db21fa0b6da7f01a542daea2b0f3c90fbb3d (diff) | |
download | ports-b2defd26b657665251b381ea4a52379ca0184727.tar.gz ports-b2defd26b657665251b381ea4a52379ca0184727.zip |
Notes
Diffstat (limited to 'sysutils/xwatch')
-rw-r--r-- | sysutils/xwatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 280a7966c892..2ce9cac40dc4 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 17 July 1998 # Whom: mph # -# $Id: Makefile,v 1.1.1.1 1998/07/17 17:41:17 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:48 asami Exp $ # DISTNAME= xwatch-0.1.0 @@ -14,6 +14,7 @@ MAINTAINER= mph@freebsd.org LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11-toolkits/gtk +USE_XLIB= yes GNU_CONFIGURE= yes post-install: |