diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 23:38:41 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 23:38:41 +0000 |
commit | 44cce0c4c21bdf03c7894606d91e910461e7bbaa (patch) | |
tree | 81136338b86bf9f9ca884ba807a6628ba0a4eed6 /cad/gerbv | |
parent | a9dd0eabfae8b9097f199b1d5e92ff53d5cffe99 (diff) | |
download | FreeBSD-ports-44cce0c4c21bdf03c7894606d91e910461e7bbaa.zip FreeBSD-ports-44cce0c4c21bdf03c7894606d91e910461e7bbaa.tar.gz |
remove USE_REINPLACE for all ports with categories starting with C
Diffstat (limited to 'cad/gerbv')
-rw-r--r-- | cad/gerbv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 05e622c..1f9e5c4 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -18,7 +18,6 @@ COMMENT= A Free Gerber Viewer USE_GNOME= gnometarget gtk20 USE_GETOPT_LONG= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-gtk2 |