diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-05 15:22:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-05 15:22:42 +0000 |
commit | 29a49557693a54304e7dddbd51f074d3b09ed929 (patch) | |
tree | d932422ec437647a3c3b04ed9bd60a74d417082e /cad | |
parent | 37002d70889b299fedd57c323d3f7057387fe165 (diff) | |
download | pkgsrc-29a49557693a54304e7dddbd51f074d3b09ed929.tar.gz |
make qt-2.0.2 package conform to hier(7) and update pkgs which depend on
it accordingly.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/vipec/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 6e4306f037a..f4cb44e1f8b 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/04/01 18:53:59 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2000/04/05 15:22:44 dmcmahill Exp $ # DISTNAME= vipec-2.0.1 @@ -14,9 +14,10 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11= yes -CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2" \ +CONFIGURE_ENV+= "QTDIR=${X11BASE}" \ all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS+= "--with-qt-dir=${X11BASE}/qt2" +CONFIGURE_ARGS+= "--with-qt-dir=${X11BASE}" \ + "--with-qt-includes=${X11BASE}/include/qt" post-extract: ${MV} -f ${WRKSRC}/bin/start_vipec_help ${WRKSRC}/bin/start_vipec_help.in |