diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-28 16:52:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-28 16:52:43 +0800 |
commit | f43452da6fdc04858b2c1039441b3a9e85d4195b (patch) | |
tree | 5b0bd571b237aa19ce18a162e60e4f89c992f493 /palm/synce-dccm/Makefile | |
parent | a709d5e10fd45f08d20b87f96160de2b0a214789 (diff) | |
download | freebsd-ports-gnome-f43452da6fdc04858b2c1039441b3a9e85d4195b.tar.gz freebsd-ports-gnome-f43452da6fdc04858b2c1039441b3a9e85d4195b.tar.zst freebsd-ports-gnome-f43452da6fdc04858b2c1039441b3a9e85d4195b.zip |
Update port verion and related.
Added missing dependency iconv.3.
Now using LOCALBASE instead of PREFIX to tell build where to find
libraries.
PR: 56061
Submitted by: maintainer
Diffstat (limited to 'palm/synce-dccm/Makefile')
-rw-r--r-- | palm/synce-dccm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/synce-dccm/Makefile b/palm/synce-dccm/Makefile index 56fe5735c638..67bbe5cd6052 100644 --- a/palm/synce-dccm/Makefile +++ b/palm/synce-dccm/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= synce-dccm -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -13,15 +13,15 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= boris@brooknet.com.au COMMENT= Listener daemon for connections from WinCE devices +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce MAN1= dccm.1 synce-sound.1 -WRKSRC= ${WRKDIR}/synce-dccm-0.7 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --program-transform-name="" \ - --with-libsynce=${PREFIX} +CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} INSTALLS_SHLIB= yes |