Skip to content

Commit

Permalink
xorg-libXpresent: Add autoreconf build dependencies
Browse files Browse the repository at this point in the history
Setting depends_build before use_autoreconf yes ensures the autoreconf
dependencies don’t get overwritten.
  • Loading branch information
ryandesign committed Feb 12, 2017
1 parent 867d599 commit 320d735
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x11/xorg-libXpresent/Portfile
Expand Up @@ -19,12 +19,6 @@ checksums rmd160 f942922ec42c641b817a46ac5e67fc350cee9eb4 \
use_bzip2 yes
use_parallel_build yes

patch.pre_args -p1
patchfiles 0001-configure-xpresent.pc-require-xext-xfixes-and-xrandr.patch

use_autoreconf yes
autoreconf.args -fvi

depends_build port:pkgconfig \
port:xorg-util-macros

Expand All @@ -36,6 +30,12 @@ depends_lib port:xorg-libX11 \
port:xorg-xextproto \
port:xorg-presentproto

patch.pre_args -p1
patchfiles 0001-configure-xpresent.pc-require-xext-xfixes-and-xrandr.patch

use_autoreconf yes
autoreconf.args -fvi

livecheck.type regex
livecheck.url http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
livecheck.regex libXpresent-(\\d+\\.\\d+\\.\\d+)\\.tar

0 comments on commit 320d735

Please sign in to comment.