diff options
Diffstat (limited to 'sysutils/udfclient/Makefile')
-rw-r--r-- | sysutils/udfclient/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 2ea077fbf03e..40b3ca96b18e 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= udfclient -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ \ ${MASTER_SITE_NETBSD} @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= avg@icyb.net.ua COMMENT= Tools for UDF filesystem +WRKSRC= ${WRKDIR}/${DISTNAME:R} + GNU_CONFIGURE= yes CONFIGURE_ENV+= with_pthread_cflags="${PTHREAD_CFLAGS}" \ with_thread_libs="${PTHREAD_LIBS}" |