diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 07:29:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 07:29:10 +0800 |
commit | e1b675077e99b3647d842cf89b67b68ce9f02940 (patch) | |
tree | 219e2f74bf94a46f6de5e3d9db6e03553e77e539 | |
parent | 3b895639a9af8d5b8b5dd93d608ec0872f5d4bed (diff) | |
download | marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar.gz marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar.bz2 marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar.lz marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar.xz marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.tar.zst marcuscom-ports-e1b675077e99b3647d842cf89b67b68ce9f02940.zip |
Pixman requires Perl to build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11368 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/pixman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index ee23a8ba8..05bafa4eb 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -14,6 +14,7 @@ COMMENT= Low-level pixel manipulation library XORG_CAT= lib USE_AUTOTOOLS= libtool:15 +USE_PERL5_BUILD=yes USE_GNOME= ltverhack:9 post-patch: |