diff options
author | petef <petef@FreeBSD.org> | 2002-03-30 08:28:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-30 08:28:43 +0800 |
commit | 2f431a25e8521a3eba5d577f2af1c802277544b2 (patch) | |
tree | 08810577aaaa7dc09fe5bf98112dd1df055ab02a /graphics | |
parent | 7852b2531a17a9130f1d57cbd8edc83418316eaa (diff) | |
download | freebsd-ports-gnome-2f431a25e8521a3eba5d577f2af1c802277544b2.tar.gz freebsd-ports-gnome-2f431a25e8521a3eba5d577f2af1c802277544b2.tar.zst freebsd-ports-gnome-2f431a25e8521a3eba5d577f2af1c802277544b2.zip |
Fix WRKSRC.
PR: 36485
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gxanim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile index ff870a1d8bbd..0c6ec203a9fe 100644 --- a/graphics/gxanim/Makefile +++ b/graphics/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 |