diff options
author | maho <maho@FreeBSD.org> | 2003-07-24 01:41:06 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-24 01:41:06 +0800 |
commit | 1f63fe0e7a39d5631adf4dc2f305a8b211fb4017 (patch) | |
tree | 6517550f64b34b2eb17d375076e925b3367d76f6 /graphics | |
parent | 629cfa6520abdb10b2933e43a4dcb9d7532190b7 (diff) | |
download | freebsd-ports-gnome-1f63fe0e7a39d5631adf4dc2f305a8b211fb4017.tar.gz freebsd-ports-gnome-1f63fe0e7a39d5631adf4dc2f305a8b211fb4017.tar.zst freebsd-ports-gnome-1f63fe0e7a39d5631adf4dc2f305a8b211fb4017.zip |
Fix typo in ports/graphics/giram/Makefile.
USE_PERL5_BUUID -> USE_PERL5_BUILD
PR: 54785
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 23a4c195e095..d55a03ffce59 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A POV-Ray oriented modeller USE_X_PREFIX= yes -USE_PERL5_BUUID= yes +USE_PERL5_BUILD= yes USE_GNOME= gtk20 USE_GMAKE= yes USE_LIBTOOL= yes |