diff options
author | thierry <thierry@FreeBSD.org> | 2016-11-24 21:09:48 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-11-24 21:09:48 +0000 |
commit | 948f867af615f30755b2fa9b6c3171565b4b733a (patch) | |
tree | 80bc69646d44a1e4c49b3e5192a294c6ec96031c | |
parent | af23d5b8019151294df9e7bf7f6674392372a3c1 (diff) | |
download | FreeBSD-ports-948f867af615f30755b2fa9b6c3171565b4b733a.zip FreeBSD-ports-948f867af615f30755b2fa9b6c3171565b4b733a.tar.gz |
Chase Lazarus' upgrade.
-rw-r--r-- | multimedia/winff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index a53fdcf..942067a 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -37,7 +37,7 @@ LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${_PORTNAME} +BUILD_WRKSRC= ${WRKDIR}/${PKGNAME}/${_PORTNAME} OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4 |