diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 17:07:24 +0800 |
commit | 0d9a3ba20e67d57789b70884273f4ee7ff0d9d99 (patch) | |
tree | 0873b9bae48c5a80efd75d836b3d5fc1733d20c1 /x11 | |
parent | db787962a4d058ac3aa2ac3bc0464b25d0458321 (diff) | |
download | freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.gz freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.tar.zst freebsd-ports-gnome-0d9a3ba20e67d57789b70884273f4ee7ff0d9d99.zip |
A few more USE_XLIBs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9menu/Makefile | 3 | ||||
-rw-r--r-- | x11/9term/Makefile | 9 | ||||
-rw-r--r-- | x11/libdnd/Makefile | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index 549d5541cdc0..593f4e9d54d9 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1998/10/04 00:56:43 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/21 17:18:12 steve Exp $ # DISTNAME= 9menu-1.5 @@ -13,6 +13,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= erich@FreeBSD.org +USE_XLIB= yes NO_WRKSUBDIR= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 66945928a1dd..0681838df89c 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.6 1998/08/23 07:34:46 hoek Exp $ +# $Id: Makefile,v 1.7 1998/11/21 17:18:15 steve Exp $ # DISTNAME= 9term.1.6.3 @@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org -MAN1= 9term.1 -MANCOMPRESSED= yes - # needs library and private header, but not during runtime BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam +USE_XLIB= yes +MAN1= 9term.1 +MANCOMPRESSED= yes + NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index acc11459951b..87baf8136406 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -3,7 +3,7 @@ # Date created: 8 August 1997 # Whom: lukin@okbmei.msk.su # -# $Id: Makefile,v 1.3 1997/11/19 12:22:01 tg Exp $ +# $Id: Makefile,v 1.4 1998/09/27 03:15:32 steve Exp $ # DISTNAME= dnd.1.1 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lukin@okbmei.msk.su +USE_XLIB= yes WRKSRC= ${WRKDIR}/DND/DNDlib GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}" |