diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
commit | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch) | |
tree | 1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /x11-toolkits/libgnomeprintui | |
parent | 2dc75ff13e6da2506ef34b2a8502a37940c13743 (diff) | |
download | ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.tar.gz ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgnomeprintui')
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index e951e867fd88..3337160b650d 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -15,21 +15,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome print support library -LIB_DEPENDS= gnomeprint-2-2.0:${PORTSDIR}/print/libgnomeprint \ - gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas - USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |