diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 12:13:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 12:13:24 +0800 |
commit | e19daf26a391b9070456a133fb8dbaf46ca059c8 (patch) | |
tree | 976e04d4756a1e6976552450e77e2790020a5957 /deskutils | |
parent | 5412157d938a365ebae3e49c4ac090a7ba95295d (diff) | |
download | freebsd-ports-gnome-e19daf26a391b9070456a133fb8dbaf46ca059c8.tar.gz freebsd-ports-gnome-e19daf26a391b9070456a133fb8dbaf46ca059c8.tar.zst freebsd-ports-gnome-e19daf26a391b9070456a133fb8dbaf46ca059c8.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libmrproject/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mrproject/Makefile | 6 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 6 |
3 files changed, 5 insertions, 9 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index 38aad9f23969..160c80294d1c 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gsf-1.8:${PORTSDIR}/devel/libgsf USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnometarget INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_LIBTOOL= yes 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}" \ diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index cbf86330b09c..0705a34a899d 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/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}" \ |