diff options
author | asami <asami@FreeBSD.org> | 1997-11-04 11:57:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-04 11:57:54 +0800 |
commit | e57a32ecce9620bc11e7bc2f4569986c98c7e1fa (patch) | |
tree | de6237a39ee7faa647ae8fc42599ac0c207a7602 /graphics/imlib2-tmp | |
parent | d276465ee4fa4ab0ebca3db0ef1697c15cc1815e (diff) | |
download | freebsd-ports-graphics-e57a32ecce9620bc11e7bc2f4569986c98c7e1fa.tar.gz freebsd-ports-graphics-e57a32ecce9620bc11e7bc2f4569986c98c7e1fa.tar.zst freebsd-ports-graphics-e57a32ecce9620bc11e7bc2f4569986c98c7e1fa.zip |
Define WRKSRC so this port builds.
Diffstat (limited to 'graphics/imlib2-tmp')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 5ad819a0efa..bc5cdcdfd88 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.6 1997/10/30 22:15:26 max Exp $ +# $Id: Makefile,v 1.7 1997/11/04 00:32:46 max Exp $ # DISTNAME= imlib_DR-0.5.1 @@ -18,6 +18,7 @@ RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ USE_GMAKE= yes USE_IMAKE= yes +WRKSRC= ${WRKDIR}/imlib-0.5.1 post-patch: $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat |