diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /misc | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.zst freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kp/Makefile | 4 | ||||
-rw-r--r-- | misc/xpns/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 4fe7817b7ce5..3f669b7950b1 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1996/11/17 09:05:59 obrien Exp $ +# $Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp $ # DISTNAME= kp-0.96 @@ -14,7 +14,7 @@ MAINTAINER= asami@FreeBSD.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 -USE_X11= yes +USE_X_PREFIX= yes MAN1= kp.1 .include <bsd.port.mk> diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index 00b0b98a34e2..c6e010875dc5 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 97 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp $ +# $Id: Makefile,v 1.3 1998/02/20 18:39:56 steve Exp $ # DISTNAME= pns_source @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org -USE_X11= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= pns |