diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-07 01:27:27 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-07 01:27:27 +0800 |
commit | 0c11d755bec800ba6c64e27c05ef33a62f0bffe3 (patch) | |
tree | bbe8286cc356d968101f07d30ab58fd953b76dc2 /print | |
parent | 5564317dca8a9379e109d2db664ae3703c0e6532 (diff) | |
download | freebsd-ports-gnome-0c11d755bec800ba6c64e27c05ef33a62f0bffe3.tar.gz freebsd-ports-gnome-0c11d755bec800ba6c64e27c05ef33a62f0bffe3.tar.zst freebsd-ports-gnome-0c11d755bec800ba6c64e27c05ef33a62f0bffe3.zip |
- Remove duplicate USE_GCC
Spotted by: gerald
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 1a5ca89ae83d..a0485320ea79 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -18,8 +18,6 @@ COMMENT= A simple tool for doing everyday things with PDF documents # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 -USE_GCC= 3.4 - # Get gcc version suffix without the dot in USE_GCC CSUFF= ${USE_GCC:S/.//} |