diff options
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 39816c00e3b2..5010b7ce0e04 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -14,13 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c9710216@atlas.newcastle.edu.au USE_GLIB= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= xdelta.1 -pre-patch: - @${PERL} -pi -e 's|\$\(top_builddir\)/libtool|\$\(prefix\)/bin/libtool|' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |