diff options
author | ahze <ahze@FreeBSD.org> | 2004-10-30 12:21:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-10-30 12:21:27 +0800 |
commit | c02b9b2c56e08b74f08f88285dd90d237ddfb96c (patch) | |
tree | 750bac49693995dceb748554d1e58904704b0c78 /math | |
parent | a597ec7b90d087df9529ae49efbac565ad3440d9 (diff) | |
download | freebsd-ports-gnome-c02b9b2c56e08b74f08f88285dd90d237ddfb96c.tar.gz freebsd-ports-gnome-c02b9b2c56e08b74f08f88285dd90d237ddfb96c.tar.zst freebsd-ports-gnome-c02b9b2c56e08b74f08f88285dd90d237ddfb96c.zip |
Remove not need gnomeprefix
Pointed out by: marcus
Approved by: adamw (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 720a12f43bc1..3f6f6b5f1f88 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -20,7 +20,7 @@ COMMENT= Fast C routines to compute the Discrete Fourier Transform USE_GMAKE= yes USE_INC_LIBTOOL_VER=15 -USE_GNOME= gnomehack gnomeprefix gnometarget lthack pkgconfig +USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_REINPLACE= yes USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes |