summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-12-24 04:04:38 +0000
committerdholland <dholland@pkgsrc.org>2012-12-24 04:04:38 +0000
commit1243f915bd39f5c08f6e0ef550d83061c469463b (patch)
treeae74cc489a31c0e0c47365d42d49d1e1a76f6b83 /devel
parenta3bef2b259efbbb7ba52cb0e67a95393fc63f5ce (diff)
downloadpkgsrc-1243f915bd39f5c08f6e0ef550d83061c469463b.tar.gz
fix typo in previous. grr.
(consequence of having separate build and commit machines)
Diffstat (limited to 'devel')
-rw-r--r--devel/swt/files/make_pkgsrc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swt/files/make_pkgsrc.mak b/devel/swt/files/make_pkgsrc.mak
index f3e168aad32..86877ee666b 100644
--- a/devel/swt/files/make_pkgsrc.mak
+++ b/devel/swt/files/make_pkgsrc.mak
@@ -1,4 +1,4 @@
-# $NetBSD: make_pkgsrc.mak,v 1.3 2012/12/24 03:58:56 dholland Exp $
+# $NetBSD: make_pkgsrc.mak,v 1.4 2012/12/24 04:04:38 dholland Exp $
#*******************************************************************************
# Copyright (c) 2000, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
@@ -47,7 +47,7 @@ CAIROLIBS = `pkg-config --libs-only-L cairo` `pkg-config --libs-only-other cairo
# Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0)
GTKCFLAGS = `pkg-config --cflags gtk+-2.0`
-GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` `pkg-config --libs-only-other gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 `pkgconfig --libs xtst`
+GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` `pkg-config --libs-only-other gtk+-2.0 gthread-2.0` -lgtk-x11-2.0 -lgthread-2.0 `pkg-config --libs xtst`
CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc