diff options
author | mph <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
commit | fdf08a85e82b5f9a3b942fea40736d7250b120bc (patch) | |
tree | d0c5cd22ebb41eba79d679951be968b289f0d236 /sysutils | |
parent | 7a9cad7968fce956ed28e60fa0bab3b15bcfe6f0 (diff) | |
download | FreeBSD-ports-fdf08a85e82b5f9a3b942fea40736d7250b120bc.zip FreeBSD-ports-fdf08a85e82b5f9a3b942fea40736d7250b120bc.tar.gz |
Add "USE_XLIB=yes".
Diffstat (limited to 'sysutils')
-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 280a796..2ce9cac 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: |