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 | |
parent | 39653fbdad4cf20d13367e73dbc7a252456365f6 (diff) | |
download | ports-4ad2671dc72463274d5e8748d71f30fa4e94e254.tar.gz ports-4ad2671dc72463274d5e8748d71f30fa4e94e254.zip |
Notes
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}" \ |