diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
commit | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (patch) | |
tree | 6dc7cce31ad48a51385bf88ba78f85a518310523 /deskutils/mrproject | |
parent | Make use of the implicit gnometarget. (diff) |
Convert to new GNOME infrastructure.
Diffstat (limited to 'deskutils/mrproject')
-rw-r--r-- | deskutils/mrproject/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile index cbf86330b09c..0705a34a899d 100644 --- a/deskutils/mrproject/Makefile +++ b/deskutils/mrproject/Makefile @@ -14,13 +14,11 @@ MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ MAINTAINER= gnome@FreeBSD.org COMMENT= Project management application for Gnome 2 -LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui +LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |