summaryrefslogtreecommitdiff
path: root/x11/xorg-imake
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-30 08:31:22 +0000
committerxtraeme <xtraeme>2004-07-30 08:31:22 +0000
commit21de3a772beace04573d1d4ccb47a9152b989bb2 (patch)
tree6a2dd0650e406c94eb4b4a7cb9f6b58d730fd574 /x11/xorg-imake
parentb07b11c25eba4302bb3607c94a76855f3881695c (diff)
downloadpkgsrc-21de3a772beace04573d1d4ccb47a9152b989bb2.tar.gz
Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.
Diffstat (limited to 'x11/xorg-imake')
-rw-r--r--x11/xorg-imake/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile
index 3bab9a4fbdc..fec57ec772a 100644
--- a/x11/xorg-imake/Makefile
+++ b/x11/xorg-imake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/30 07:22:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 08:31:23 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= xorg-imake-${XORG_VER}
@@ -16,7 +16,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_DIRS+= xorg-1.0
INSTALL_TARGET= install install.man
-NO_XORG_TARGETS= # defined
+NO_XORG_TARGETS= yes
+CHECK_X11_TYPE= yes
.include "../../mk/bsd.prefs.mk"