diff options
author | mezz <mezz@FreeBSD.org> | 2010-04-29 09:37:28 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-04-29 09:37:28 +0800 |
commit | d6bbb040fd85605538642d40df88e2391a7bfa64 (patch) | |
tree | 970463189c2875e4f154774f776c4c357fae0a33 /x11-toolkits | |
parent | 4a28ba0b384f015023853dba8cb73749aa7d63f3 (diff) | |
download | freebsd-ports-gnome-d6bbb040fd85605538642d40df88e2391a7bfa64.tar.gz freebsd-ports-gnome-d6bbb040fd85605538642d40df88e2391a7bfa64.tar.zst freebsd-ports-gnome-d6bbb040fd85605538642d40df88e2391a7bfa64.zip |
Only need Perl in the build time.
PR: ports/145835
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 667ef313c36f..acc73c526580 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -16,7 +16,7 @@ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (previous stable version) -USE_PERL5= yes +USE_PERL5_BUILD= yes USE_XORG= x11 ice xext sm inputproto xi USE_GNOME= glib12 USE_LDCONFIG= yes |