diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
commit | e19daf26a391b9070456a133fb8dbaf46ca059c8 (patch) | |
tree | 976e04d4756a1e6976552450e77e2790020a5957 /deskutils/mrproject | |
parent | 5412157d938a365ebae3e49c4ac090a7ba95295d (diff) | |
download | FreeBSD-ports-e19daf26a391b9070456a133fb8dbaf46ca059c8.zip FreeBSD-ports-e19daf26a391b9070456a133fb8dbaf46ca059c8.tar.gz |
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 cbf8633..0705a34 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}" \ |