diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-02 21:47:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-02 21:47:56 +0800 |
commit | 72640ebf4bba1bb52bf3f98ac84e797be6fa209b (patch) | |
tree | 4e8c91b3d8425c3a8732e82e137eeaa929566076 /deskutils/multisync | |
parent | c300d2823fc41601050b8e1b2f651d57f0aaf6ac (diff) | |
download | freebsd-ports-gnome-72640ebf4bba1bb52bf3f98ac84e797be6fa209b.tar.gz freebsd-ports-gnome-72640ebf4bba1bb52bf3f98ac84e797be6fa209b.tar.zst freebsd-ports-gnome-72640ebf4bba1bb52bf3f98ac84e797be6fa209b.zip |
Stage support
Diffstat (limited to 'deskutils/multisync')
-rw-r--r-- | deskutils/multisync/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile index 920584fe7d6b..fd2a9e65767f 100644 --- a/deskutils/multisync/Makefile +++ b/deskutils/multisync/Makefile @@ -14,14 +14,13 @@ COMMENT?= Synchronize calendars, addressbooks, and other PIM data WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui -USES= gmake pkgconfig +USE_GNOME= gnomeprefix libgnomeui +USES= gmake pathfix pkgconfig USE_AUTOTOOLS= automake:env libtool CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes pre-configure: @${FIND} ${WRKDIR} -type l -delete .for FILE in missing install-sh mkinstalldirs config.guess config.sub depcomp |