diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-30 00:28:43 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-30 00:28:43 +0000 |
commit | ffb24343f27965d26b90ad9ceb406b8f25c321cb (patch) | |
tree | 433d0e611188d0a0a400d5b0eda3e02a89e9f4cf /multimedia | |
parent | Update to 1.2. (diff) |
Fix WRKSRC.
PR: 36485
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56894
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxanim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gxanim/Makefile b/multimedia/gxanim/Makefile index ff870a1d8bbd..0c6ec203a9fe 100644 --- a/multimedia/gxanim/Makefile +++ b/multimedia/gxanim/Makefile @@ -16,6 +16,8 @@ MAINTAINER= rbt@zort.ca RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim +WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} + USE_BZIP2= yes USE_XLIB= yes USE_GTK= yes |